method

completion_proc=

v1_9_1_378 - Show latest stable - Class: Readline
completion_proc=(p1)
public

Specifies a Proc object proc to determine completion behavior. It should take input-string, and return an array of completion candidates.

Raises ArgumentError exception if proc does not respond to call method.

Raises SecurityError exception if $SAFE is 4.