Flowdock
new(expected_symbol = nil, expected_arg=nil) public

No documentation

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

Hide source
# File lib/spec/matchers/throw_symbol.rb, line 5
      def initialize(expected_symbol = nil, expected_arg=nil)
        @expected_symbol = expected_symbol
        @expected_arg = expected_arg
        @caught_symbol = nil
      end
Register or log in to add new notes.