class VCR::Request

def method(*args)

def method(*args)
  return super if args.empty?
  @@object_method.bind(self).call(*args)
end