Skip to content

Instantly share code, notes, and snippets.

@BanzaiMan
Created February 18, 2010 03:21
Show Gist options
  • Select an option

  • Save BanzaiMan/307299 to your computer and use it in GitHub Desktop.

Select an option

Save BanzaiMan/307299 to your computer and use it in GitHub Desktop.
$ 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