module EDN::CoreExt::Time

Public Instance Methods

to_edn() click to toggle source
# File lib/edn/core_ext.rb, line 89
def to_edn
  EDN.tagout("inst", self.xmlschema)
end