diff options
author | Nobuyoshi Nakada <[email protected]> | 2019-06-02 00:34:02 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2019-06-02 00:34:02 +0900 |
commit | 8a041c1b92b5dcc52908155ba1ca6c9f44a471cb (patch) | |
tree | 8a1f82242357ae35f8ba9380ec4ca1d93d0770b8 /lib/delegate.rb | |
parent | 2bad001cfd15c59630a03918dc80a703b093688e (diff) |
delegate.rb: markup method names
Diffstat (limited to 'lib/delegate.rb')
-rw-r--r-- | lib/delegate.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/delegate.rb b/lib/delegate.rb index 1e4ab5f145..03ebfddf4a 100644 --- a/lib/delegate.rb +++ b/lib/delegate.rb @@ -60,8 +60,8 @@ class Delegator < BasicObject ## # :method: raise - # Use __raise__ if your Delegator does not have a object to delegate the - # raise method call. + # Use #__raise__ if your Delegator does not have a object to delegate the + # #raise method call. # # |