Object
# File lib/rspec/matchers/built_in/be.rb, line 58 58: def description 59: "be" 60: end
# File lib/rspec/matchers/built_in/be.rb, line 50 50: def failure_message_for_should 51: "expected #{@actual.inspect} to evaluate to true" 52: end
# File lib/rspec/matchers/built_in/be.rb, line 70 70: def args_to_s 71: @args.empty? ? "" : parenthesize(inspected_args.join(', ')) 72: end
# File lib/rspec/matchers/built_in/be.rb, line 86 86: def args_to_sentence 87: to_sentence(@args) 88: end
# File lib/rspec/matchers/built_in/be.rb, line 82 82: def expected_to_sentence 83: split_words(@expected) 84: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.