Created
February 18, 2010 03:21
-
-
Save BanzaiMan/307299 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ jruby -v -rdate -e 'p Date.new' | |
| jruby 1.5.0.dev (ruby 1.8.7 patchlevel 174) (2010-02-17 c86ed17) (Java HotSpot(TM) 64-Bit Server VM 1.6.0_17) [x86_64-java] | |
| #<Date: -1/2,0,2299161> | |
| $ /usr/local/torquebox-current/jruby/bin/jruby -v -rdate -e 'p Date.new' | |
| jruby 1.4.0 (ruby 1.8.7 patchlevel 174) (2009-11-02 69fbfa3) (Java HotSpot(TM) 64-Bit Server VM 1.6.0_17) [x86_64-java] | |
| #<Date: -1/2,0,2299161> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment