Class: Money::Converters::LegacyDollarsConverter
- Defined in:
- lib/money/converters/legacy_dollars_converter.rb
Instance Method Summary collapse
Methods inherited from Converter
Instance Method Details
#subunit_to_unit(currency) ⇒ Object
6 7 8 |
# File 'lib/money/converters/legacy_dollars_converter.rb', line 6 def subunit_to_unit(currency) 100 end |