Class: BigDecimal

Inherits:
Numeric
  • Object
show all
Defined in:
lib/clj/types.rb

Instance Method Summary collapse

Instance Method Details

#to_clj(options = {}) ⇒ Object



150
151
152
# File 'lib/clj/types.rb', line 150

def to_clj (options = {})
	to_s('F') + 'M'
end