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