org.jruby.ext
Class Readline.HistoryMethods

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

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


Constructor Summary
Readline.HistoryMethods()
           
 
Method Summary
static IRubyObject s_hist_delete_at(IRubyObject recv, IRubyObject index)
           
static IRubyObject s_hist_each(IRubyObject recv, Block block)
           
static IRubyObject s_hist_empty_p(IRubyObject recv)
           
static IRubyObject s_hist_get(IRubyObject recv, IRubyObject index)
           
static IRubyObject s_hist_length(IRubyObject recv)
           
static IRubyObject s_hist_set(IRubyObject recv, IRubyObject index, IRubyObject val)
           
static IRubyObject s_hist_shift(IRubyObject recv)
           
static IRubyObject s_hist_to_a(IRubyObject recv)
           
static IRubyObject s_hist_to_s(IRubyObject recv)
           
static IRubyObject s_pop(IRubyObject recv)
           
static IRubyObject s_push(IRubyObject recv, IRubyObject[] lines)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Readline.HistoryMethods

public Readline.HistoryMethods()
Method Detail

s_push

public static IRubyObject s_push(IRubyObject recv,
                                 IRubyObject[] lines)

s_pop

public static IRubyObject s_pop(IRubyObject recv)

s_hist_to_a

public static IRubyObject s_hist_to_a(IRubyObject recv)

s_hist_to_s

public static IRubyObject s_hist_to_s(IRubyObject recv)

s_hist_get

public static IRubyObject s_hist_get(IRubyObject recv,
                                     IRubyObject index)

s_hist_set

public static IRubyObject s_hist_set(IRubyObject recv,
                                     IRubyObject index,
                                     IRubyObject val)

s_hist_shift

public static IRubyObject s_hist_shift(IRubyObject recv)

s_hist_length

public static IRubyObject s_hist_length(IRubyObject recv)

s_hist_empty_p

public static IRubyObject s_hist_empty_p(IRubyObject recv)

s_hist_delete_at

public static IRubyObject s_hist_delete_at(IRubyObject recv,
                                           IRubyObject index)

s_hist_each

public static IRubyObject s_hist_each(IRubyObject recv,
                                      Block block)


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