Readline.completer_word_break_characters = string
Class Public methods
Sets the basic list of characters that signal a break between words for rl_complete_internal(). The default is the value of ::basic_word_break_characters.
Raises NotImplementedError if the using readline library does not support.
Raises SecurityError exception if $SAFE is 4.
Please login to continue.