org.jruby
Class RubyEnumerator.RubyEnumeratorEnumerable

java.lang.Object
  extended by org.jruby.RubyEnumerator.RubyEnumeratorEnumerable
Enclosing class:
RubyEnumerator

public static final class RubyEnumerator.RubyEnumeratorEnumerable
extends java.lang.Object


Constructor Summary
RubyEnumerator.RubyEnumeratorEnumerable()
           
 
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_index(ThreadContext context, IRubyObject self)
           
static IRubyObject each_with_object(ThreadContext context, IRubyObject self, IRubyObject arg, Block block)
           
static IRubyObject enum_cons(ThreadContext context, IRubyObject self, IRubyObject arg)
           
static IRubyObject enum_slice(ThreadContext context, IRubyObject self, IRubyObject arg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RubyEnumerator.RubyEnumeratorEnumerable

public RubyEnumerator.RubyEnumeratorEnumerable()
Method Detail

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)

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)

each_with_object

public static IRubyObject each_with_object(ThreadContext context,
                                           IRubyObject self,
                                           IRubyObject arg,
                                           Block block)

enum_slice

public static IRubyObject enum_slice(ThreadContext context,
                                     IRubyObject self,
                                     IRubyObject arg)

enum_cons

public static IRubyObject enum_cons(ThreadContext context,
                                    IRubyObject self,
                                    IRubyObject arg)

each_with_index

public static IRubyObject each_with_index(ThreadContext context,
                                          IRubyObject self)


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