Skip to content

Instantly share code, notes, and snippets.

@fidothe
Created June 29, 2010 15:21
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 fidothe/457362 to your computer and use it in GitHub Desktop.
Save fidothe/457362 to your computer and use it in GitHub Desktop.
gad:~ matt$ rvm jruby@culerity -e "puts 'hello world'"
info: jruby-1.5.1: jruby 1.5.1 (ruby 1.8.7 patchlevel 249) (2010-06-06 f3a3480) (Java HotSpot(TM) 64-Bit Server VM 1.6.0_20) [x86_64-java]
hello world
gad:~ matt$
gad:~ matt$ ruby -e "puts 'hello world'"
hello world
gad:~ matt$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment