method
    
    last_description
  last_description()
  private
  
    Hide source    
    
      
  
# File lib/spec/matchers/generated_descriptions.rb, line 31 def self.last_description last_matcher.respond_to?(:description) ? last_matcher.description : "When you call a matcher in an example without a String, like this:\n\nspecify { object.should matcher }\n\nor this:\n\nit { should matcher }\n\nthe runner expects the matcher to have a #describe method. You should either\nadd a String to the example this matcher is being used in, or give it a\ndescription method. Then you won't have to suffer this lengthy warning again.\n" end

  
  
  
  