Object
@private
# File lib/rspec/mocks/argument_matchers.rb, line 204 def initialize(expected) @expected = expected end
# File lib/rspec/mocks/argument_matchers.rb, line 208 def ===(actual) Set.new(actual).superset?(Set.new(@expected)) end
# File lib/rspec/mocks/argument_matchers.rb, line 212 def description "array_including(#{@expected.join(", ")})" end
[Validate]
Generated with the Darkfish Rdoc Generator 2.