module EDN::CoreExt::DateTime

Public Instance Methods

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