Class: Numeric

Inherits:
Object show all
Defined in:
lib/serializable_attributes/duplicable.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#duplicable?Boolean

Returns:

  • (Boolean)


50
51
52
# File 'lib/serializable_attributes/duplicable.rb', line 50

def duplicable?
  false
end