Deprecated: A string that returns itself as its JSON-encoded form.
# File lib/active_support/json/variable.rb, line 7 7: def initialize(*args) 8: ActiveSupport::Deprecation.warn 'ActiveSupport::JSON::Variable is deprecated and will be removed in Rails 4.0. ' 'For your own custom JSON literals, define #as_json and #encode_json yourself.' 9: super 10: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.