# File lib/orderedhash.rb, line 198
def OrderedHash(*a, &b)
  OrderedHash.new(*a, &b)
end