Class: Symbol

Inherits:
Object show all
Defined in:
lib/core_extensions/symbol.rb

Instance Method Summary collapse

Instance Method Details

#quoteObject



2
3
4
# File 'lib/core_extensions/symbol.rb', line 2

def quote
  to_s.quote
end