public static class Readline.ProcCompletor
extends java.lang.Object
implements jline.Completor
Constructor and Description |
---|
Readline.ProcCompletor(IRubyObject procCompletor) |
Modifier and Type | Method and Description |
---|---|
int |
complete(java.lang.String buffer,
int cursor,
java.util.List candidates) |
static java.lang.String |
getDelimiter() |
static void |
setDelimiter(java.lang.String delimiter) |
public Readline.ProcCompletor(IRubyObject procCompletor)
Copyright © 2002-2009 JRuby Team. All Rights Reserved.