method
duplicable?
v6.0.0 -
Show latest stable
- Class:
UnboundMethod
duplicable?()public
Unbound methods are not duplicable:
method(:puts).unbind.duplicable? # => false method(:puts).unbind.dup # => TypeError: allocator undefined for UnboundMethod