completer_quote_characters=

Readline.completer_quote_characters = string
Class Public methods

Sets a list of characters which can be used to quote a substring of the line. Completion occurs on the entire substring, and within the substring ::completer_word_break_characters are treated as any other character, unless they also appear within this list.

Raises NotImplementedError if the using readline library does not support.

Raises SecurityError exception if $SAFE is 4.

doc_ruby_on_rails
2015-05-05 01:20:29
Comments
Leave a Comment

Please login to continue.