Skip to content

Instantly share code, notes, and snippets.

@schneems
Created November 1, 2013 20:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save schneems/7271701 to your computer and use it in GitHub Desktop.
Save schneems/7271701 to your computer and use it in GitHub Desktop.
2.0.0-p247 ~
$ irb
irb(main):001:0> line = "foo"
=> "foo"
irb(main):002:0> /\s\d[0-9]{02}\s/.match(line).to_s.to_i > 2
=> false
irb(main):003:0>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment