duplicable?()
Instance Public methods
Numbers are not duplicable:
1 2 | 3 .duplicable? # => false 3 .dup # => TypeError: can't dup Fixnum |
Numbers are not duplicable:
1 2 | 3 .duplicable? # => false 3 .dup # => TypeError: can't dup Fixnum |
Designed by : w10schools
service@w10schools.com
Please login to continue.