Created
July 8, 2016 01:34
-
-
Save edgar/bf7289cae2602fe19743fe4e3883acf0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Gem::Version.new('0.3.2') < Gem::Version.new('0.10.1') | |
=> true | |
Gem::Version.new('0.3.0') == Gem::Version.new('0.3') | |
=> true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment