Flowdock
method

duplicable?

Importance_1
Ruby on Rails latest stable (v6.1.7.7) - 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.