TDD implementation of a set data structure in Ruby. Yes, I know Ruby already has a Set class.
TDD implementation of a set data structure in Ruby.