class RSpec::Mocks::MethodReference

def initialize(module_reference, method_name)

def initialize(module_reference, method_name)
  @module_reference = module_reference
  @method_name = method_name
end