module HashMap::Matchers

Public Instance Methods

hash_mapped(*original) click to toggle source
# File lib/hash_map/matchers.rb, line 3
def hash_mapped(*original)
  HashMappedMatcher.new(original)
end