# File lib/spec/matchers/simple_matcher.rb, line 22 22: def description 23: @description || explanation 24: end
# File lib/spec/matchers/simple_matcher.rb, line 34 34: def explanation 35: "No description provided. See RDoc for simple_matcher()" 36: end
# File lib/spec/matchers/simple_matcher.rb, line 26 26: def failure_message_for_should 27: @failure_message || (@description.nil? ? explanation : %[expected #{@description.inspect} but got #{@given.inspect}]) 28: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.