Module: HashMap::Matchers

Defined in:
lib/hash_map/matchers.rb

Defined Under Namespace

Classes: HashMappedMatcher

Instance Method Summary collapse

Instance Method Details

#hash_mapped(*original) ⇒ Object



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

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