Class: EDN::Type::UUID

Inherits:
String
  • Object
show all
Defined in:
lib/edn/type/uuid.rb

Instance Method Summary collapse

Instance Method Details

#to_ednObject



4
5
6
# File 'lib/edn/type/uuid.rb', line 4

def to_edn
  "#uuid #{self.inspect}"
end