duplicable?()
Instance Public methods
Methods are not duplicable:
1 2 | method( :puts ).duplicable? # => false method( :puts ).dup # => TypeError: allocator undefined for Method |
Methods are not duplicable:
1 2 | method( :puts ).duplicable? # => false method( :puts ).dup # => TypeError: allocator undefined for Method |
Designed by : w10schools
service@w10schools.com
Please login to continue.