|
|
|
|
|
by inferiorhuman
1316 days ago
|
|
Ah hah, you've discovered how long it's been since I've thought about Ruby performance. One important advantage of symbols versus strings is that Symbol#== is constant time.
At that point though why not use integer constants? |
|