Class: Symbol
- Inherits:
-
Object
- Object
- Symbol
- Defined in:
- lib/ecraft/extensions/symbol.rb
Instance Method Summary collapse
Instance Method Details
#to_json(_options = {}) ⇒ Object
2 3 4 |
# File 'lib/ecraft/extensions/symbol.rb', line 2 def to_json( = {}) "\"#{self}\"" end |