| Package | Description |
|---|---|
| org.jruby.util |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
ByteListHelper.split(ByteList value,
ByteList pattern,
ByteListHelper.Visit<ByteList,T> bodyVisitor,
ByteListHelper.Visit<ByteList,T> headVisitor)
Deprecated.
This was only used by Module#const_defined, but was difficult to match MRI's equivalent in this form
|
static <T> T |
ByteListHelper.split(ByteList value,
ByteList pattern,
ByteListHelper.Visit<ByteList,T> bodyVisitor,
ByteListHelper.Visit<ByteList,T> headVisitor)
Deprecated.
This was only used by Module#const_defined, but was difficult to match MRI's equivalent in this form
|
Copyright © 2001-2022 JRuby. All Rights Reserved.