aboutsummaryrefslogtreecommitdiffstats
path: root/lib/set.rb
Commit message (Expand)AuthorAgeFilesLines
* Convert RD to Rdoc.knu2002-12-241-216/+119
* Teach eval the correct line number to report.knu2002-12-071-1/+1
* * lib/set.rb: retire contain?() and add superset?(),knu2002-11-091-17/+128
* * class.c (rb_define_method): do not set NOEX_CFUNC if klass ismatz2002-11-071-1/+1
* use Object#class instead of deprecated Object#type.nobu2002-10-021-12/+12
* * lib/set.rb: Merge rough/lib/set.rb rev.1.5-1.15.knu2002-09-201-36/+394
* * 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