No need for irbrc; using pry

This commit is contained in:
yan 2011-12-07 00:36:14 -08:00 committed by Yan Pritzker
parent 8c0b08356e
commit e552e6ac21

16
irbrc
View File

@ -1,16 +0,0 @@
require 'rubygems'
require 'wirble'
# require 'hirb'
# Hirb::View.enable
# Wirble.init
# Wirble.colorize
IRB.conf[:AUTO_INDENT]=true
# require 'irb/completion'
require 'irb/ext/save-history'
IRB.conf[:SAVE_HISTORY] = 100
IRB.conf[:HISTORY_FILE] = "#{ENV['HOME']}/.irb-save-history"
IRB.conf[:PROMPT_MODE] = :SIMPLE