method

args_to_s

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

No documentation available.

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