Can you depend on the order of keys in a hash in Ruby? Example: h = {:one => "one", :two => "two"} Will h.keys.first always be :one or can't you depend on that? -ben