class Github::CoreExt::OrderedHash

def initialize(*args, &block)

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