Module: Readline

Defined in:
lib/reo_console.rb

Overview

:nodoc:

Defined Under Namespace

Modules: Hist

Instance Method Summary collapse

Instance Method Details

#readline(*args) ⇒ Object



43
44
45
46
47
48
49
50
# File 'lib/reo_console.rb', line 43

def readline(*args)
  ln = old_readline(*args)
  begin
    Hist.write_log(ln)
  rescue StandardError
  end
  ln
end