Flowdock
method

duplicable?

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

Methods are not duplicable:

method(:puts).duplicable? # => false
method(:puts).dup         # => TypeError: allocator undefined for Method
Show source
Register or log in to add new notes.