class Object

Public Instance Methods

to_edn() click to toggle source
# File lib/dalton.rb, line 28
def to_edn
  Dalton::Utility.to_edn(self)
end