class Typhoeus::RemoteMethod

def calling(args, options)

def calling(args, options)
  @called_methods[args_options_key(args, options)] = true
end