Flowdock
new(*names) public

No documentation

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

Hide source
# File lib/spec/matchers/respond_to.rb, line 5
      def initialize(*names)
        @names = names
        @expected_arity = nil
        @names_not_responded_to = []
      end
Register or log in to add new notes.