Skip to content

Commit

Permalink
delegate.rb: markup method names
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Jun 1, 2019
1 parent 2bad001 commit 8a041c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/delegate.rb
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ def self.const_missing(n)

##
# :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.
#

#
Expand Down

0 comments on commit 8a041c1

Please sign in to comment.