class RSpec::Mocks::VerifyingMethodDouble
def initialize(object, method_name, proxy, method_reference)
def initialize(object, method_name, proxy, method_reference) super(object, method_name, proxy) @method_reference = method_reference end
def initialize(object, method_name, proxy, method_reference) super(object, method_name, proxy) @method_reference = method_reference end