String
A string that returns itself as its JSON-encoded form.
# File lib/active_support/json/variable.rb, line 5 def as_json(options = nil) self end
# File lib/active_support/json/variable.rb, line 6 def encode_json(encoder) self end