Does anyone use tuples in Ruby? If so, how may one implement a tuple? Ruby hashes are nice and work almost as well, but I'd really like to see something like the Tuple class in Python, where you can use . notation to find the value for which you are looking. I'm wanting this so that I can create an implementation of D, similar to Dee for Python.
|
1
|
|
|
|
|
|
|
||||
|
|
|
Based on the fact that you talk about hashes and . notation I'm going to assume you mean a different kind of tuple than the
|
||||||
|
