Flowdock
method

completion_case_fold

Importance_1
completion_case_fold() public

Returns true if completion ignores case. If no, returns false.

NOTE: Returns the same object that is specified by Readline.completion_case_fold= method.

require "readline"

Readline.completion_case_fold = "This is a String."
p Readline.completion_case_fold # => "This is a String."
Show source
Register or log in to add new notes.