Skip to content

Commit

Permalink
Change YARD docs to match memoizable
Browse files Browse the repository at this point in the history
  • Loading branch information
dkubb committed Nov 21, 2013
1 parent 624a26b commit 13849b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/adamantium/module_methods.rb
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,10 @@ def original_instance_method(name)

# Memoize the named method
#
# @param [#to_s] method_name
# @param [Symbol] method_name
# a method name to memoize
# @param [#call] freezer
# a freezer for memoized values
# a callable object to freeze the value
#
# @return [undefined]
#
Expand Down

0 comments on commit 13849b6

Please sign in to comment.