# File lib/thor/ordered_hash.rb, line 17
    def [](key)
      @hash[key] && @hash[key].value
    end