Class: BigDecimal
- Inherits:
-
Object
- Object
- BigDecimal
- Defined in:
- lib/paytunia.rb
Instance Method Summary collapse
Instance Method Details
#to_json ⇒ Object
26 27 28 |
# File 'lib/paytunia.rb', line 26 def to_json(*) to_s('F') end |