# File test/test_rep.rb, line 36 def new(arg1, arg2) @new_call += 1 @new_arg1 = arg1 @new_arg2 = arg2 @new_iterator_p = iterator? @value end