Package | Description |
---|---|
org.jruby |
Modifier and Type | Method and Description |
---|---|
protected RubyEnumerator.SizeFn |
RubyInteger.timesSizeFn(Ruby runtime) |
Modifier and Type | Method and Description |
---|---|
static IRubyObject |
RubyEnumerator.enumeratorizeWithSize(ThreadContext context,
IRubyObject object,
String method,
IRubyObject[] args,
RubyEnumerator.SizeFn sizeFn)
Transform object into an Enumerator with the given size
|
static IRubyObject |
RubyEnumerator.enumeratorizeWithSize(ThreadContext context,
IRubyObject object,
String method,
RubyEnumerator.SizeFn sizeFn) |
Copyright © 2001-2015 JRuby. All Rights Reserved.