aboutsummaryrefslogtreecommitdiffstats
path: root/lib/set.rb
Commit message (Expand)AuthorAgeFilesLines
* * lib/prettyprint.rb (PrettyPrint#seplist): added.akr2004-02-051-8/+1
* Reword and fix Overview.knu2003-10-171-6/+5
* Minor documentation improvementsgsinclair2003-09-191-2/+3
* Improved documentationgsinclair2003-09-191-22/+36
* Small documentation correctiongsinclair2003-09-191-1/+1
* * lib/set.rb: each() should return self.knu2003-07-271-0/+1
* Small changes to documentation.gsinclair2003-01-211-9/+9
* Correct descriptions of {proper_,}{superset,subset}?.knu2003-01-211-5/+3
* Very slight improvement to documentation.gsinclair2003-01-211-1/+1
* 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