A string that returns itself as its JSON-encoded form.
Methods
Public Instance methods
[ show source ]
# File activesupport/lib/active_support/json/variable.rb, line 5 5: def to_json(options=nil) 6: self 7: end
Class ActiveSupport::JSON::Variable |
|
A string that returns itself as its JSON-encoded form.
[ show source ]
# File activesupport/lib/active_support/json/variable.rb, line 5 5: def to_json(options=nil) 6: self 7: end