class EDN::Type::UUID

Public Instance Methods

to_edn() click to toggle source
# File lib/edn/type/uuid.rb, line 4
def to_edn
  "#uuid #{self.inspect}"
end