module EDN::CoreExt::Bignum

Public Instance Methods

to_edn() click to toggle source
# File lib/edn/core_ext.rb, line 20
def to_edn
  self.to_s + 'M'
end