Class: IRB::ReidlineInputMethod
- Inherits:
-
RelineInputMethod
- Object
- InputMethod
- StdioInputMethod
- RelineInputMethod
- IRB::ReidlineInputMethod
- Defined in:
- lib/irb/input-method.rb
Constant Summary
Constants inherited from RelineInputMethod
IRB::RelineInputMethod::ALT_D_SEQUENCES, IRB::RelineInputMethod::ALT_KEY_NAME, IRB::RelineInputMethod::HISTORY, IRB::RelineInputMethod::PRESS_ALT_D_TO_READ_FULL_DOC, IRB::RelineInputMethod::PRESS_ALT_D_TO_SEE_MORE
Constants inherited from InputMethod
InputMethod::BASIC_WORD_BREAK_CHARACTERS
Instance Attribute Summary
Attributes inherited from InputMethod
Instance Method Summary collapse
-
#initialize ⇒ ReidlineInputMethod
constructor
A new instance of ReidlineInputMethod.
Methods inherited from RelineInputMethod
#auto_indent, #check_termination, #command_doc_dialog_contents, #completion_info, #dialog_doc_position, #display_document, #dynamic_prompt, #easter_egg_dialog_contents, #eof?, #gets, #inspect, #prompting?, #rdoc_dialog_contents, #rdoc_ri_driver, #retrieve_document_target, #show_doc_dialog_proc
Methods included from HistorySavingAbility
#load_history, #reset_history_counter, #save_history, #support_history_saving?
Methods inherited from StdioInputMethod
#encoding, #eof?, #gets, #inspect, #line, #prompting?, #readable_after_eof?
Methods inherited from InputMethod
#gets, #inspect, #prompting?, #readable_after_eof?, #support_history_saving?, #winsize
Constructor Details
#initialize ⇒ ReidlineInputMethod
Returns a new instance of ReidlineInputMethod.
544 545 546 547 548 549 |
# File 'lib/irb/input-method.rb', line 544 def initialize warn <<~MSG.strip IRB::ReidlineInputMethod is deprecated, please use IRB::RelineInputMethod instead. MSG super end |