method

args

args()
private

No documentation available.

# File lib/spec/matchers/throw_symbol.rb, line 66
        def args
          @expected_arg.nil? ? "" : " with #{@expected_arg.inspect}"
        end