Created
October 1, 2012 16:12
-
-
Save rdp/3812760 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
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" |
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
p File.dirname(__FILE__), __FILE__ | |
p File.expand_path(__FILE__) |
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
require 'test.rb' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment