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