method

duplicable?

v5.0.0.1 - Show latest stable - Class: Numeric
duplicable?()
public

Numbers are not duplicable:

3.duplicable? # => false
3.dup         # => TypeError: can't dup Integer