Methods
N
Class Public methods
new(a, b)
# File activesupport/test/json/encoding_test.rb, line 7
def initialize(a, b)
  @a, @b = a, b
end