Module: EDN::CoreExt::Symbol

Defined in:
lib/edn/core_ext.rb

Instance Method Summary collapse

Instance Method Details

#to_ednObject



31
32
33
# File 'lib/edn/core_ext.rb', line 31

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