method
args
1.3.0 -
Show 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