method

args_to_s

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

No documentation available.

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