class Thor::CoreExt::OrderedHash

def initialize(*args, &block)

def initialize(*args, &block)
  super
  @keys = []
end