method
args
rspec latest stable - Class:
Spec::Matchers::ThrowSymbol
args()private
No documentation available.
# File lib/spec/matchers/throw_symbol.rb, line 66
def args
@expected_arg.nil? ? "" : " with #{@expected_arg.inspect}"
end