org.jruby
Class RubyEnumerator.RubyEnumeratorEnumerable
java.lang.Object
org.jruby.RubyEnumerator.RubyEnumeratorEnumerable
- Enclosing class:
- RubyEnumerator
public static final class RubyEnumerator.RubyEnumeratorEnumerable
- extends java.lang.Object
Method Summary |
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RubyEnumerator.RubyEnumeratorEnumerable
public RubyEnumerator.RubyEnumeratorEnumerable()
each_slice
public static IRubyObject each_slice(ThreadContext context,
IRubyObject self,
IRubyObject arg,
Block block)
each_slice19
public static IRubyObject each_slice19(ThreadContext context,
IRubyObject self,
IRubyObject arg,
Block block)
enum_slice19
public static IRubyObject enum_slice19(ThreadContext context,
IRubyObject self,
IRubyObject arg,
Block block)
each_cons
public static IRubyObject each_cons(ThreadContext context,
IRubyObject self,
IRubyObject arg,
Block block)
each_cons19
public static IRubyObject each_cons19(ThreadContext context,
IRubyObject self,
IRubyObject arg,
Block block)
enum_cons19
public static IRubyObject enum_cons19(ThreadContext context,
IRubyObject self,
IRubyObject arg,
Block block)
each_with_object
public static IRubyObject each_with_object(ThreadContext context,
IRubyObject self,
IRubyObject arg,
Block block)
with_object
public static IRubyObject with_object(ThreadContext context,
IRubyObject self,
IRubyObject arg,
Block block)
Copyright © 2002-2009 JRuby Team. All Rights Reserved.