Constructor and Description |
---|
HistoryMethods() |
Modifier and Type | Method and Description |
---|---|
static IRubyObject |
clear(ThreadContext context,
IRubyObject recv,
Block block) |
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) |
public static IRubyObject s_push(IRubyObject recv, IRubyObject[] lines)
public static IRubyObject s_pop(IRubyObject recv)
public static IRubyObject s_hist_to_a(IRubyObject recv)
public static IRubyObject s_hist_to_s(IRubyObject recv)
public static IRubyObject s_hist_get(IRubyObject recv, IRubyObject index)
public static IRubyObject s_hist_set(IRubyObject recv, IRubyObject index, IRubyObject val)
public static IRubyObject s_hist_shift(IRubyObject recv)
public static IRubyObject s_hist_length(IRubyObject recv)
public static IRubyObject s_hist_empty_p(IRubyObject recv)
public static IRubyObject s_hist_delete_at(IRubyObject recv, IRubyObject index)
public static IRubyObject s_hist_each(IRubyObject recv, Block block)
public static IRubyObject clear(ThreadContext context, IRubyObject recv, Block block)
Copyright © 2001–2016 JRuby. All rights reserved.