public static final class RubyEnumerator.RubyEnumeratorEnumerable
extends java.lang.Object
| Constructor and Description |
|---|
RubyEnumerator.RubyEnumeratorEnumerable() |
| Modifier and Type | Method and Description |
|---|---|
static IRubyObject |
each_cons(ThreadContext context,
IRubyObject self,
IRubyObject arg,
Block block) |
static IRubyObject |
each_cons19(ThreadContext context,
IRubyObject self,
IRubyObject arg,
Block block) |
static IRubyObject |
each_slice(ThreadContext context,
IRubyObject self,
IRubyObject arg,
Block block) |
static IRubyObject |
each_slice19(ThreadContext context,
IRubyObject self,
IRubyObject arg,
Block block) |
static IRubyObject |
each_with_object(ThreadContext context,
IRubyObject self,
IRubyObject arg,
Block block) |
static IRubyObject |
enum_cons19(ThreadContext context,
IRubyObject self,
IRubyObject arg,
Block block) |
static IRubyObject |
enum_slice19(ThreadContext context,
IRubyObject self,
IRubyObject arg,
Block block) |
static IRubyObject |
with_object(ThreadContext context,
IRubyObject self,
IRubyObject arg,
Block block) |
public RubyEnumerator.RubyEnumeratorEnumerable()
public static IRubyObject each_slice(ThreadContext context, IRubyObject self, IRubyObject arg, Block block)
public static IRubyObject each_slice19(ThreadContext context, IRubyObject self, IRubyObject arg, Block block)
public static IRubyObject enum_slice19(ThreadContext context, IRubyObject self, IRubyObject arg, Block block)
public static IRubyObject each_cons(ThreadContext context, IRubyObject self, IRubyObject arg, Block block)
public static IRubyObject each_cons19(ThreadContext context, IRubyObject self, IRubyObject arg, Block block)
public static IRubyObject enum_cons19(ThreadContext context, IRubyObject self, IRubyObject arg, Block block)
public static IRubyObject each_with_object(ThreadContext context, IRubyObject self, IRubyObject arg, Block block)
public static IRubyObject with_object(ThreadContext context, IRubyObject self, IRubyObject arg, Block block)
Copyright © 2002-2009 JRuby Team. All Rights Reserved.