Module Spec::Expectations::MatcherHandlerHelper
In: lib/spec/expectations/handler.rb

Methods

describe  

Public Instance methods

[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]