blackwinter / brice

Extra cool IRb goodness for the masses.

Home Page:http://blackwinter.github.io/brice

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

warnings when executing irb

t0d0r opened this issue · comments

irb

LoadError: no such file to load -- added_methods [/Users/t0d0r/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:58:in `require']
LoadError: no such file to load -- backports [/Users/t0d0r/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:58:in `require']
LoadError: no such file to load -- what_methods [/Users/t0d0r/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/site_ruby/1.9.1/rubygems/custom_require.rb:58:in `require']

my .irbrc

require 'irb/ext/save-history'

IRB.conf[:SAVE_HISTORY] = 100
IRB.conf[:HISTORY_FILE] = "#{ENV['HOME']}/.irb-save-history"

require 'rubygems'
require 'brice/init'

# IRB Options
IRB.conf[:AUTO_INDENT] = true

duplicate previous close issue, sorry