duplicable?()
Instance Public methods
Methods are not duplicable:
method(:puts).duplicable? # => false method(:puts).dup # => TypeError: allocator undefined for Method
Methods are not duplicable:
method(:puts).duplicable? # => false method(:puts).dup # => TypeError: allocator undefined for Method
Please login to continue.