class JSONTest::Foo

Public Class Methods

new(a, b) click to toggle source
# File activesupport/test/json/encoding_test_cases.rb, line 11
def initialize(a, b)
  @a, @b = a, b
end