Object
# File lib/rspec/mocks/argument_matchers.rb, line 69 def initialize(expected) @expected = expected end
# File lib/rspec/mocks/argument_matchers.rb, line 73 def ==(actual) @expected.none? {|k,v| actual.has_key?(k) && v == actual[k]} rescue NoMethodError false end
# File lib/rspec/mocks/argument_matchers.rb, line 79 def description "hash_not_including(#{@expected.inspect.sub(/^\{/,"").sub(/\}$/,"")})" end
[Validate]
Generated with the Darkfish Rdoc Generator 2.