Method: Levels::System::KeyParser#parse

Defined in:
lib/levels/system/key_parser.rb

#parse(env_hash, key, template_value) ⇒ Object



9
10
11
12
13
# File 'lib/levels/system/key_parser.rb', line 9

def parse(env_hash, key, template_value)
  value = env_hash[key]
  typecast_info = env_hash[k(key, TYPE_SUFFIX)]
  parse_any(env_hash, key, value, typecast_info, template_value)
end