[Source]
# File lib/spec/expectations/handler.rb, line 6 6: def describe_matcher(matcher) 7: matcher.respond_to?(:description) ? matcher.description : "[#{matcher.class.name} does not provide a description]" 8: end
[Validate]