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