org.jruby.ext
Class Readline.HistoryMethods
java.lang.Object
org.jruby.ext.Readline.HistoryMethods
- Enclosing class:
- Readline
public static class Readline.HistoryMethods
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Readline.HistoryMethods
public Readline.HistoryMethods()
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.