class RSpec::Mocks::ArgumentMatchers::HashExcludingMatcher
@private
Public Instance Methods
===(actual)
click to toggle source
Calls superclass method
RSpec::Mocks::ArgumentMatchers::BaseHashMatcher#===
# File lib/rspec/mocks/argument_matchers.rb, line 222 def ===(actual) super(:none?, actual) end
description()
click to toggle source
Calls superclass method
RSpec::Mocks::ArgumentMatchers::BaseHashMatcher#description
# File lib/rspec/mocks/argument_matchers.rb, line 226 def description super("hash_not_including") end