On this page
class Method
Public Instance Methods
# File activesupport/lib/active_support/core_ext/object/duplicable.rb, line 36
def duplicable?
false
end
Methods are not duplicable:
method(:puts).duplicable? # => false
method(:puts).dup # => TypeError: allocator undefined for Method
© 2004–2020 David Heinemeier Hansson
Licensed under the MIT License.