In Files

  • debug-1.4.0/lib/debug/console.rb

Parent

Methods

Reline::LineEditor

0.2.7 has SIGWINCH issue on non-main thread

Public Instance Methods

reset(prompt = '', encoding:) click to toggle source
 
               # File debug-1.4.0/lib/debug/console.rb, line 24
def reset(prompt = '', encoding))
  super
  Signal.trap(:SIGWINCH, nil)
end
            
There is an updated format of the API docs for this version here.