class Method
Public Instance Methods
duplicable?()
click to toggle source
Methods are not duplicable:
method(:puts).duplicable? # => false method(:puts).dup # => TypeError: allocator undefined for Method
# File lib/raven/core_ext/object/duplicable.rb, line 122 def duplicable? false end