module ActiveSupport

Public Class Methods

escape_html_entities_in_json=(*_args) click to toggle source
# File lib/activesupport/json_encoder.rb, line 4
def self.escape_html_entities_in_json=(*_args)
  raise StandardError,
        'escape_html_entities_in_json is not supported in YagniJsonEncoder'
end
parse_json_times() click to toggle source
# File lib/activesupport/json_encoder.rb, line 9
def self.parse_json_times
  raise StandardError,
        'ActiveSupport.parse_json_times not supported in YagniJsonEncoder'
end