Module: EDN::CoreExt::Symbol

Defined in:
lib/edn/core_ext.rb

Instance Method Summary collapse

Instance Method Details

#to_ednObject



49
50
51
# File 'lib/edn/core_ext.rb', line 49

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