Methods
A
N
Attributes
[RW] as_json_called
Class Public methods
new(*)
# File activesupport/test/json/encoding_test.rb, line 335
def initialize(*)
  super
end
Instance Public methods
as_json(options={})
# File activesupport/test/json/encoding_test.rb, line 339
def as_json(options={})
  @as_json_called = true
  super
end