Skip to content

Instantly share code, notes, and snippets.

@dchapman1988
Created October 14, 2013 17:47
Show Gist options
  • Save dchapman1988/6979325 to your computer and use it in GitHub Desktop.
Save dchapman1988/6979325 to your computer and use it in GitHub Desktop.
$ time ruby -v
ruby 2.0.0p247 (2013-06-27 revision 41674) [x86_64-linux]
real 0m0.018s
user 0m0.008s
sys 0m0.008s
$ time ruby -v rbenv
ruby 2.0.0p247 (2013-06-27 revision 41674) [x86_64-linux]
ruby: No such file or directory -- rbenv (LoadError)
real 0m0.049s
user 0m0.040s
sys 0m0.008s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment