class ActiveSupport::JSON::Encoding::JSONGemEncoder

Public Instance Methods

jsonify(value) click to toggle source
# File lib/breezy_template/active_support.rb, line 8
def jsonify(value)
  if ::BreezyTemplate::Var === value
    value
  else
    original_jsonify(value)
  end
end
Also aliased as: original_jsonify
original_jsonify(value)
Alias for: jsonify