method
args_to_s
1.1.4 -
Show latest stable
- Class:
Spec::Matchers::Be
args_to_s()private
No documentation available.
# File lib/spec/matchers/be.rb, line 151
def args_to_s
return "" if @args.empty?
inspected_args = @args.collect{|a| a.inspect}
return "(#{inspected_args.join(', ')})"
end