method
inspected_args
1.3.0 -
Show latest stable
- Class:
Spec::Matchers::Be
inspected_args()private
No documentation available.
# File lib/spec/matchers/be.rb, line 72
def inspected_args
@args.collect{|a| a.inspect}
end