Method: HashMap::Matchers#hash_mapped

Defined in:
lib/hash_map/matchers.rb

#hash_mapped(*original) ⇒ Object



3
4
5
# File 'lib/hash_map/matchers.rb', line 3

def hash_mapped(*original)
  HashMappedMatcher.new(original)
end