aboutsummaryrefslogtreecommitdiffstats
path: root/lib/set.rb
Commit message (Expand)AuthorAgeFilesLines
...
* * pp.rb (ARGF.pretty_print): implemented.akr2002-09-111-2/+2
* Use Enumerable#all? to optimize a bit.knu2002-09-071-5/+2
* * lib/set.rb: Disallow Set.new(false). Add even more tests.knu2002-09-071-4/+33
* * lib/set.rb: Fix a bug in flatten()'s recursive set detection.knu2002-09-071-292/+315
* - ==(o) should be aware of all the Set variant instances, not justknu2002-09-041-2/+2
* Add set.rb.knu2002-08-301-0/+778