Returns a new set that is a copy of the set, flattening each containing set recursively.
# File set.rb, line 138 def flatten self.class.new.flatten_merge(self) end
<code/>
<pre/>
<code/>and<pre/>for code samples.