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