method

duplicable?

v7.2.3 - Show latest stable - Class: Method
duplicable?()
public

Methods are not duplicable:

method(:puts).duplicable? # => false
method(:puts).dup         # => TypeError: allocator undefined for Method