method

inspected_args

inspected_args()
private

No documentation available.

# File lib/spec/matchers/be.rb, line 148
        def inspected_args
          @args.collect{|a| a.inspect}
        end