This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 4c30c781a26b14bd7038646a6c258f57cb91c1f3
tree 8d363642dfc6baf12dd4273676e62c684b26c098
parent 3380e9a2bdafb94b75b766255e4cd00fb4eb0046
tree 8d363642dfc6baf12dd4273676e62c684b26c098
parent 3380e9a2bdafb94b75b766255e4cd00fb4eb0046
... |
... |
|
... |
... |
|





Comments
Is there a specific reason why RUBY_VERSION has to be split and its constituent parts converted into integers instead of just doing RUBY_VERSION <= “1.8.5”?
because “1.8.10” <= “1.8.5” == true
/me is envisioning a new Version class, with modified methods that fix this…
Ah, that answers that. Thanks for the response.