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