Method: ConfigMapper::CollectionMapper#get

Defined in:
lib/config_mapper/collection_mapper.rb

#get(key) ⇒ Object



19
20
21
# File 'lib/config_mapper/collection_mapper.rb', line 19

def get(key)
  @hash[key]
end