BaseMatcher
# File lib/rspec/matchers/built_in/include.rb, line 19 def description "include#{expected_to_sentence}" end
# File lib/rspec/matchers/built_in/include.rb, line 23 def diffable? # Matchers do not diff well, since diff uses their inspect # output, which includes their instance variables and such. @expected.none? { |e| is_a_matcher?(e) } end
Generated with the Darkfish Rdoc Generator 2.