Parent

Methods

Class/Module Index [+]

Quicksearch

RSpec::Mocks::MethodDouble::ProcWithBlock

Public Instance Methods

call(*args, &block) click to toggle source
# 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.