Class: BigDecimal

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

Instance Method Summary collapse

Instance Method Details

#to_cljObject



191
192
193
# File 'lib/clj/types.rb', line 191

def to_clj (*)
	to_s('F') + 'M'
end