Skip to content

Instantly share code, notes, and snippets.

@vertiginous
Created November 13, 2009 14:50
Show Gist options
  • Save vertiginous/233871 to your computer and use it in GitHub Desktop.
Save vertiginous/233871 to your computer and use it in GitHub Desktop.
>pik ruby -e "puts 'hello world'"
IronRuby 0.9.1.0 on .NET 2.0.0.0
hello world
IronRuby 0.9.2.0 on .NET 2.0.0.0
hello world
jruby 1.3.1 (ruby 1.8.6p287) (2009-06-15 2fd6c3d) (Java HotSpot(TM) Client VM 1.6.0_14) [x86-java]
hello world
jruby 1.4.0 (ruby 1.8.7 patchlevel 174) (2009-11-02 69fbfa3) (Java HotSpot(TM) Client VM 1.6.0_14) [x86-java]
hello world
ruby 1.8.5 (2006-12-25 patchlevel 12) [i386-mswin32]
hello world
ruby 1.8.6 (2008-08-11 patchlevel 287) [i386-mswin32]
hello world
ruby 1.8.6 (2009-08-04 patchlevel 383) [i386-mingw32]
hello world
ruby 1.9.1p129 (2009-05-12 revision 23412) [i386-mingw32]
hello world
ruby 1.9.1p243 (2009-07-16 revision 24175) [i386-mingw32]
hello world
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment