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