class Bundler::Thor::CoreExt::OrderedHash

def [](key)

def [](key)
  @hash[key] && @hash[key].value
end