You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I need to set a particular environment variable for this, wouldn't it maybe a more logical recommendation, to write in the docs that the variable IRBRC should be used? This variable is recognized on every platform. The docs could say - for instance: "If you are on Windows, which does not have the concept of a home directory, set the environment IRBRC to the absolute path of your .irbrc file".
https://github.com/jruby/jruby/wiki/GettingStarted#jirb-ruby-interactive-console states:
I have put a .irbrc file into my "My Documents" folder, containing the following lines:
STDOUT.puts "This is the .irbrc in 'My Documents'" $foo=555
I'm invoking jirb as
c:\jruby-1.7.23\bin\jirb.bat
Neither the text is output, nor is the variable $foo set. I conclude, that my .irbrc has not been loaded.
The text was updated successfully, but these errors were encountered: