Package org.jruby.ext.set
Class EnumerableExt
java.lang.Object
org.jruby.ext.set.EnumerableExt
Enumerable#to_set (from require 'set')
- Author:
- kares
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IRubyObject
to_set
(ThreadContext context, IRubyObject self, Block block) static IRubyObject
to_set
(ThreadContext context, IRubyObject self, IRubyObject[] args, Block block)
-
Constructor Details
-
EnumerableExt
public EnumerableExt()
-
-
Method Details
-
to_set
-
to_set
public static IRubyObject to_set(ThreadContext context, IRubyObject self, IRubyObject[] args, Block block)
-