# File test/test_rep.rb, line 46
    def hook(arg1, arg2)
      @hook_call += 1
      @hook_arg1 = arg1
      @hook_arg2 = arg2
      nil
    end