Object
# File lib/rspec/matchers/built_in/include.rb, line 7 def initialize(*expected) super(expected) end
# File lib/rspec/matchers/built_in/include.rb, line 20 def description "include#{expected_to_sentence}" end
# File lib/rspec/matchers/built_in/include.rb, line 24 def diffable? true end
# File lib/rspec/matchers/built_in/include.rb, line 15 def does_not_match?(actual) @actual = actual perform_match(:none?, :any?, actual, expected) end
# File lib/rspec/matchers/built_in/include.rb, line 11 def matches?(actual) perform_match(:all?, :all?, super(actual), expected) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.