class RSpec::Mocks::ArgumentMatchers::HashIncludingMatcher
@private
Public Instance Methods
Calls superclass method
RSpec::Mocks::ArgumentMatchers::BaseHashMatcher#===
# File rspec-mocks/lib/rspec/mocks/argument_matchers.rb, line 221 def ===(actual) super(:all?, actual) end
Calls superclass method
RSpec::Mocks::ArgumentMatchers::BaseHashMatcher#description
# File rspec-mocks/lib/rspec/mocks/argument_matchers.rb, line 225 def description super("hash_including") end