Flowdock
method

matches_name?

Importance_0
matches_name?(sym) 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 200
      def matches_name?(sym)
        @sym == sym
      end
Register or log in to add new notes.