Class: Symbol
- Inherits:
-
Object
- Object
- Symbol
- Defined in:
- lib/everythingrb/core/symbol.rb
Instance Method Summary collapse
-
#with_quotes ⇒ Symbol
(also: #in_quotes)
Returns self wrapped in double quotes.
Instance Method Details
#with_quotes ⇒ Symbol Also known as: in_quotes
Returns self wrapped in double quotes.
9 10 11 |
# File 'lib/everythingrb/core/symbol.rb', line 9 def with_quotes :"\"#{self}\"" end |