Skip to content

Instantly share code, notes, and snippets.

@austinbv
Created July 2, 2012 05:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save austinbv/3031257 to your computer and use it in GitHub Desktop.
Save austinbv/3031257 to your computer and use it in GitHub Desktop.
> 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