# File lib/vcr/structs/request.rb, line 17 def method(*args) return super if args.empty? @@object_method.bind(self).call(*args) end