Class: Monies::Format::EN
- Inherits:
-
Monies::Format
- Object
- Monies::Format
- Monies::Format::EN
- Defined in:
- lib/monies/format.rb
Instance Method Summary collapse
Methods inherited from Monies::Format
Instance Method Details
#scale ⇒ Object
22 23 24 |
# File 'lib/monies/format.rb', line 22 def scale 2 end |
#separator ⇒ Object
30 31 32 |
# File 'lib/monies/format.rb', line 30 def separator '.' end |
#thousands_separator ⇒ Object
34 35 36 |
# File 'lib/monies/format.rb', line 34 def thousands_separator ',' end |
#zero ⇒ Object
26 27 28 |
# File 'lib/monies/format.rb', line 26 def zero '0.00' end |