Class: BigDecimal

Inherits:
Object
  • Object
show all
Defined in:
waxx/patch.rb

Overview

Patches to Ruby Classes

Instance Method Summary collapse

Instance Method Details

#to_json(*a) ⇒ Object



6
7
8
# File 'waxx/patch.rb', line 6

def to_json(*a)
  to_f.to_json(*a)
end