U:RDoc::AnyMethod[iI"!completion_append_character=:ETI"+Readline::completion_append_character=;TT: publico:RDoc::Markup::Document: @parts[o:RDoc::Markup::Paragraph; [I"9Specifies a character to be appended on completion. ;TI"@Nothing will be appended if an empty string ("") or nil is ;TI"specified.;To:RDoc::Markup::BlankLineo; ; [I"For example:;To:RDoc::Markup::Verbatim; [ I"require "readline" ;TI" ;TI"#Readline.readline("> ", true) ;TI"0Readline.completion_append_character = " " ;T: @format0o; ; [I" Result:;To; ; [I"> ;TI"Input "/var/li". ;TI" ;TI"> /var/li ;TI"Press TAB key. ;TI" ;TI"> /var/lib ;TI"KCompletes "b" and appends " ". So, you can continuously input "/usr". ;TI" ;TI"> /var/lib /usr ;T; 0o; ; [I"ANOTE: Only one character can be specified. When "string" is ;TI"0specified, sets only "s" that is the first.;T@o; ; [ I"require "readline" ;TI" ;TI"5Readline.completion_append_character = "string" ;TI"5p Readline.completion_append_character # => "s" ;T; 0o; ; [I"ORaises NotImplementedError if the using readline library does not support.;T: @fileI"ext/readline/readline.c;T:0@omit_headings_from_table_of_contents_below0I"1Readline.completion_append_character = char ;T0[I" (p1);T@6FI" Readline;TcRDoc::NormalModule00