jruby/docs BETA
Navigation
org.jruby.ext.set 4
C EnumerableExt
C RubySet
C RubySortedSet
C SetLibrary
EnumerableExt — members 3
C new()
M to_set(context, self, block) IRubyObject
M to_set(context, self, args, block) IRubyObject

org.jruby.ext.set.EnumerableExt

class abstract 3 members

Enumerable#to_set (from require 'set')

Constructors

new

new ( )
Java: <init>()

Class Methods

to_set

IRubyObject to_set ( ThreadContext context, IRubyObject self, Block block )
Java: to_set(org.jruby.runtime.ThreadContext context, org.jruby.runtime.builtin.IRubyObject self, org.jruby.runtime.Block block)

to_set

IRubyObject to_set ( ThreadContext context, IRubyObject self, IRubyObject[] args, Block block )
Java: to_set(org.jruby.runtime.ThreadContext context, org.jruby.runtime.builtin.IRubyObject self, org.jruby.runtime.builtin.IRubyObject[] args, org.jruby.runtime.Block block)
Copyright (C) 2016 Karol Bucek