| Package | Description |
|---|---|
| org.jruby | |
| org.jruby.java.proxies |
| Modifier and Type | Method and Description |
|---|---|
static RubyRange |
RubyRange.newExclusiveRange(Ruby runtime,
ThreadContext context,
IRubyObject begin,
IRubyObject end) |
static RubyRange |
RubyRange.newInclusiveRange(Ruby runtime,
ThreadContext context,
IRubyObject begin,
IRubyObject end) |
static RubyRange |
RubyRange.newRange(Ruby runtime,
ThreadContext context,
IRubyObject begin,
IRubyObject end,
boolean isExclusive) |
| Modifier and Type | Method and Description |
|---|---|
private IRubyObject |
ArrayJavaProxy.arrayRange(ThreadContext context,
RubyRange range) |