class RSpec::Mocks::ArgumentMatchers::HashExcludingMatcher

@private

Public Instance Methods

# File rspec-mocks/lib/rspec/mocks/argument_matchers.rb, line 232
def ===(actual)
  super(:none?, actual)
end
# File rspec-mocks/lib/rspec/mocks/argument_matchers.rb, line 236
def description
  super("hash_not_including")
end