# File lib/rspec/matchers/throw_symbol.rb, line 108 def throw_symbol(expected_symbol=nil, expected_arg=nil) Matchers::ThrowSymbol.new(expected_symbol, expected_arg) end