Class: BigDecimal

Inherits:
Object show all
Defined in:
lib/ruby/commons/core_ext/object/duplicable.rb

Instance Method Summary collapse

Instance Method Details

#mp_duplicable?Boolean

Returns:

  • (Boolean)


86
87
88
# File 'lib/ruby/commons/core_ext/object/duplicable.rb', line 86

def mp_duplicable?
  true
end