Readline.filename_quote_characters = string
Class Public methods
Sets a list of characters that cause a filename to be quoted by the completer when they appear in a completed filename. The default is nil.
Raises NotImplementedError if the using readline library does not support.
Raises SecurityError exception if $SAFE is 4.
Please login to continue.