Flowdock
method

to_set

Importance_1
Ruby latest stable (v2_5_5) - 0 notes - Class: Set
to_set(klass = Set, *args, &block) public

Returns self if no arguments are given. Otherwise, converts the set to another with klass.new(self, *args, &block).

In subclasses, returns klass.new(self, *args, &block) unless overridden.

Show source
Register or log in to add new notes.