method

inspected_args

1.1.12 - Show latest stable - Class: Spec::Matchers::Be
inspected_args()
private

No documentation available.

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