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