Struct.new(:object, :method_name)
# File lib/rspec/mocks/method_double.rb, line 45 def call(*args, &block) self.object.__send__(:method_missing, self.method_name, *args, &block) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.