method

duplicable?

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

Numbers are not duplicable:

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