Created
July 2, 2012 05:27
-
-
Save austinbv/3031257 to your computer and use it in GitHub Desktop.
This file contains 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 File.expand_path('~/.weechat_passwords') | |
LoadError: cannot load such file -- /Users/austinbv/.weechat_passwords | |
from /Users/austinbv/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require' | |
from /Users/austinbv/.rvm/rubies/ruby-1.9.3-p194/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:36:in `require' | |
from (irb):1 | |
from /Users/austinbv/.rvm/rubies/ruby-1.9.3-p194/bin/irb:16:in `<main>' | |
> load File.expand_path('~/.weechat_passwords') | |
=> true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment