method
args_to_s
1.2.0 -
Show latest stable
- Class:
Spec::Matchers::Be
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