method

args_to_s

args_to_s()
private

No documentation available.

# File lib/spec/matchers/be.rb, line 122
        def args_to_s
          @args.empty? ? "" : parenthesize(inspected_args.join(', '))
        end