Module: EDN::CoreExt::Symbol

Defined in:
lib/edn/core_ext.rb

Instance Method Summary collapse

Instance Method Details

#to_ednObject



42
43
44
# File 'lib/edn/core_ext.rb', line 42

def to_edn
  ":#{self.to_s}"
end