class Spec::Matchers::ThrowSymbol

def args

def args
  @expected_arg.nil? ? "" : " with #{@expected_arg.inspect}"
end