org.jruby
Class RubyEnumerator.RubyEnumeratorKernel

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

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


Constructor Summary
RubyEnumerator.RubyEnumeratorKernel()
           
 
Method Summary
static IRubyObject obj_to_enum(ThreadContext context, IRubyObject self, Block block)
           
static IRubyObject obj_to_enum(ThreadContext context, IRubyObject self, IRubyObject[] args, Block block)
           
static IRubyObject obj_to_enum(ThreadContext context, IRubyObject self, IRubyObject arg, Block block)
           
static IRubyObject obj_to_enum(ThreadContext context, IRubyObject self, IRubyObject arg0, IRubyObject arg1, Block block)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RubyEnumerator.RubyEnumeratorKernel

public RubyEnumerator.RubyEnumeratorKernel()
Method Detail

obj_to_enum

public static IRubyObject obj_to_enum(ThreadContext context,
                                      IRubyObject self,
                                      Block block)

obj_to_enum

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

obj_to_enum

public static IRubyObject obj_to_enum(ThreadContext context,
                                      IRubyObject self,
                                      IRubyObject arg0,
                                      IRubyObject arg1,
                                      Block block)

obj_to_enum

public static IRubyObject obj_to_enum(ThreadContext context,
                                      IRubyObject self,
                                      IRubyObject[] args,
                                      Block block)


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