module EDN::CoreExt::BigDecimal
Public Instance Methods
to_edn()
click to toggle source
# File lib/edn/core_ext.rb, line 26 def to_edn self.to_s('F') + 'M' end
# File lib/edn/core_ext.rb, line 26 def to_edn self.to_s('F') + 'M' end