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