Skip to content

Instantly share code, notes, and snippets.

@rdp
Created October 1, 2012 16:12
Show Gist options
  • Save rdp/3812760 to your computer and use it in GitHub Desktop.
Save rdp/3812760 to your computer and use it in GitHub Desktop.
output:
c:\dev\ruby\downloads\jruby\bin\jruby -v test2.rb
WARNING: Both jruby-complete.jar and jruby.jar are present in the 'lib' directory. Will use jruby.jar
jruby 1.7.0.RC1 (1.9.3p203) 2012-09-26 a04e24e on Java HotSpot(TM) Client VM 1.6.0_35-b10 [Windows 7-x86]
"/C:/dev/ruby/virt/screen-capture-recorder-to-video-windows-free/configuration_setup_utility"
"/C:/dev/ruby/virt/screen-capture-recorder-to-video-windows-free/configuration_setup_utility/test.rb"
"C:/dev/ruby/virt/screen-capture-recorder-to-video-windows-free/configuration_setup_utility/test.rb"
p File.dirname(__FILE__), __FILE__
p File.expand_path(__FILE__)
require 'test.rb'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment