# File lib/set.rb, line 188
  def each
    @hash.each_key { |o| yield(o) }
    self
  end