module EDN::CoreExt::Symbol
Public Instance Methods
to_edn()
click to toggle source
# File lib/edn/core_ext.rb, line 49 def to_edn ":#{self.to_s}" end
# File lib/edn/core_ext.rb, line 49 def to_edn ":#{self.to_s}" end