# File lib/facets/more/dictionary.rb, line 129 def initialize( *args, &blk ) @order = [] @order_by = nil @hash = Hash.new( *args, &blk ) end