Class: Object
- Inherits:
- BasicObject
- Defined in:
- opal/stdlib/json.rb
Instance Method Summary collapse
Instance Method Details
#to_json ⇒ Object
[View source]
120 121 122 |
# File 'opal/stdlib/json.rb', line 120 def to_json to_s.to_json end |