Package | Description |
---|---|
net.sf.rubycollect4j |
Modifier and Type | Method and Description |
---|---|
static <E> RubyArray<E> |
RubyCollections.newRubyArray(E... elements)
Creates a
RubyArray by given elements. |
static <E> RubySet<E> |
RubyCollections.newRubySet(E... elements)
Creates a
RubySet by given elements. |
static <E> RubyArray<E> |
RubyCollections.ra(E... args)
Creates a
RubyArray by given elements. |