Module: Suhyo::HashMatchers
- Defined in:
- lib/suhyo/hash_matchers.rb
Defined Under Namespace
Classes: IncludeHash
Instance Method Summary collapse
Instance Method Details
#include_hash(hash) ⇒ Object
24 25 26 |
# File 'lib/suhyo/hash_matchers.rb', line 24 def include_hash(hash) IncludeHash.new(hash) end |