public static final class RubyEnumerator.RubyEnumeratorKernel
extends java.lang.Object
Constructor and Description |
---|
RubyEnumerator.RubyEnumeratorKernel() |
Modifier and Type | Method and Description |
---|---|
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) |
public static IRubyObject obj_to_enum(ThreadContext context, IRubyObject self, Block block)
public static IRubyObject obj_to_enum(ThreadContext context, IRubyObject self, IRubyObject arg, Block block)
public static IRubyObject obj_to_enum(ThreadContext context, IRubyObject self, IRubyObject arg0, IRubyObject arg1, Block block)
public static IRubyObject obj_to_enum(ThreadContext context, IRubyObject self, IRubyObject[] args, Block block)
Copyright © 2002-2009 JRuby Team. All Rights Reserved.