method

duplicable?

v6.1.3.1 - Show latest stable - Class: Method
duplicable?()
public

Methods are not duplicable:

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