Class | Mocha::Central |
In: |
lib/mocha/central.rb
|
Parent: | Object |
stubba_methods | [RW] |
# File lib/mocha/central.rb, line 11 11: def stub(method) 12: unless stubba_methods.include?(method) 13: method.stub 14: stubba_methods.push(method) 15: end 16: end