I want to get hash values by position like an array.
Example:
h = Hash["a" => 100, "b" => 200]
In this array when we call h[0], it returns first element in given array.
That same thing possible in hash? If it is, then how ?
Thanks in Advance, Prasad.