Module: IRB

Defined in:
lib/easy_repl/repl.rb

Class Method Summary collapse

Class Method Details

.confObject



6
7
8
9
10
11
12
13
# File 'lib/easy_repl/repl.rb', line 6

def self.conf
  {
    LC_MESSAGES: Locale.new,
    SAVE_HISTORY: 100,
    HISTORY_FILE: EasyRepl.history_file || '.easyrepl_history',
    AT_EXIT: []
  }
end