diff --git a/ruby/.irbrc b/ruby/.irbrc index baf9f68..66c25b0 100644 --- a/ruby/.irbrc +++ b/ruby/.irbrc @@ -20,9 +20,9 @@ IRB.conf[:HISTORY_FILE] = "#{ENV['HOME']}/.irb_history" # end # end -def history - Readline::HISTORY.to_a -end +# def history +# Readline::HISTORY.to_a +# end irbrc_local = File.expand_path('../.irbrc.local', __FILE__) require irbrc_local if File.exists?(irbrc_local)