Module

IRB::InputCompletor

Inheritance

Constants

Name   Description
CompletionProc = proc { |input| bind = IRB.conf[:MAIN_CONTEXT].workspace.binding
Operators = ["%", "&", "*", "**", "+", "-", "/", "<", "<<", "<=", "<=>", "==", "===", "=~", ">", ">=", ">>", "[]", "[]=", "^",]
ReservedWords = [ "BEGIN", "END", "alias", "and", "begin", "break", "case", "class", "def", "defined", "do", "else", "elsif", "end", "ensure", "false", "for", "if", "in", "module", "next", "nil", "not", "or", "redo", "rescue", "retry", "return", "self", "super", "then", "true", "undef", "unless", "until", "when", "while", "yield", ]

Methods

Class

Visibility Signature
public select_message (receiver, message, candidates)

Class Method Detail

select_message(receiver, message, candidates)