Flowdock
method

record_message_received

Importance_0
record_message_received(sym, args, block) public

No documentation

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

Hide source
# File lib/spec/mocks/proxy.rb, line 86
      def record_message_received(sym, args, block)
        @messages_received << [sym, args, block]
      end
Register or log in to add new notes.