Skip to content

Instantly share code, notes, and snippets.

@edgar
Created July 8, 2016 01:34
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save edgar/bf7289cae2602fe19743fe4e3883acf0 to your computer and use it in GitHub Desktop.
Save edgar/bf7289cae2602fe19743fe4e3883acf0 to your computer and use it in GitHub Desktop.
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