Class: ToBigDecimal

Inherits:
Object
  • Object
show all
Defined in:
lib/minimapper/entity/conversions.rb

Instance Method Summary collapse

Instance Method Details

#convert(value) ⇒ Object



17
18
19
# File 'lib/minimapper/entity/conversions.rb', line 17

def convert(value)
  BigDecimal(value)
end