|
|
@ -20,9 +20,9 @@ IRB.conf[:HISTORY_FILE] = "#{ENV['HOME']}/.irb_history"
|
|
|
|
# end
|
|
|
|
# end
|
|
|
|
# end
|
|
|
|
# end
|
|
|
|
|
|
|
|
|
|
|
|
def history
|
|
|
|
# def history
|
|
|
|
Readline::HISTORY.to_a
|
|
|
|
# Readline::HISTORY.to_a
|
|
|
|
end
|
|
|
|
# end
|
|
|
|
|
|
|
|
|
|
|
|
irbrc_local = File.expand_path('../.irbrc.local', __FILE__)
|
|
|
|
irbrc_local = File.expand_path('../.irbrc.local', __FILE__)
|
|
|
|
require irbrc_local if File.exists?(irbrc_local)
|
|
|
|
require irbrc_local if File.exists?(irbrc_local)
|
|
|
|