Method: Fakes::Fake#stub

Defined in:
lib/fakes/fake.rb

#stub(symbol) ⇒ Object



21
22
23
# File 'lib/fakes/fake.rb', line 21

def stub(symbol)
  return @method_invocations[symbol] || @method_invocations[symbol] = MethodStub.new
end