module UsefulMatchers::Matchers::Independent::Hashes
Public Instance Methods
include_key(key)
click to toggle source
# File lib/useful_matchers/matchers/independent/hashes/include_key_and_value.rb, line 5 def include_key(key) IncludeKeyAndValueMatcher.new key end