Method: EDN::CoreExt::String#~@

Defined in:
lib/edn/core_ext.rb

#~@Object



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

def ~@
  EDN::Type::Symbol.new(self)
end