Method: Mocha::API::HaveReceived#method_missing
- Defined in:
- lib/mocha/api.rb
#method_missing(method, *args, &block) ⇒ Object
171 172 173 174 |
# File 'lib/mocha/api.rb', line 171 def method_missing(method, *args, &block) @expectations << [method, args, block] self end |