org.jruby.ext
Class Readline.ConsoleHolder

java.lang.Object
  extended by org.jruby.ext.Readline.ConsoleHolder
Enclosing class:
Readline

public static class Readline.ConsoleHolder
extends java.lang.Object


Field Summary
 Completor currentCompletor
           
 History history
           
 ConsoleReader readline
           
 
Constructor Summary
Readline.ConsoleHolder()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

readline

public ConsoleReader readline

currentCompletor

public Completor currentCompletor

history

public History history
Constructor Detail

Readline.ConsoleHolder

public Readline.ConsoleHolder()


Copyright © 2002-2007 JRuby Team. All Rights Reserved.