RSpec::Mocks::ArgumentMatchers::BaseHashMatcher
@private
# File lib/rspec/mocks/argument_matchers.rb, line 182 def ===(actual) super(:all?, actual) end
# File lib/rspec/mocks/argument_matchers.rb, line 186 def description super("hash_including") end