Skip to content

Instantly share code, notes, and snippets.

@luislavena
Created March 31, 2010 08:24
Show Gist options
  • Save luislavena/350086 to your computer and use it in GitHub Desktop.
Save luislavena/350086 to your computer and use it in GitHub Desktop.
C:\Users\Luis>pik ruby -e "puts File.directory?('C:/')"
IronRuby 0.9.3.0 on .NET 2.0.0.0
true
jruby 1.4.0 (ruby 1.8.7 patchlevel 174) (2009-11-02 69fbfa3) (Java HotSpot(TM) Client VM 1.6.0_18) [x86-java]
true
ruby 1.8.6 (2009-06-08 patchlevel 369) [i386-mswin32]
true
ruby 1.8.6 (2010-02-04 patchlevel 398) [i386-mingw32]
true
ruby 1.8.7 (2009-12-24 patchlevel 248) [i386-mswin32]
true
ruby 1.8.7 (2010-01-10 patchlevel 249) [i386-mingw32]
true
ruby 1.9.1p376 (2009-12-07 revision 26041) [i386-mswin32]
true
ruby 1.9.1p378 (2010-01-10 revision 26273) [i386-mingw32]
true
ruby 1.9.2dev (2010-01-24 trunk 26395) [i386-mingw32]
true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment