Flowdock
and_yield(*args) public

No documentation

This method has no description. You can help the RSpec community by adding new notes.

Hide source
# File lib/spec/mocks/message_expectation.rb, line 65
      def and_yield(*args)
        @args_to_yield << args
        self
      end
Register or log in to add new notes.