class RSpec::Core::Set

def each(&block)

def each(&block)
  @values.keys.each(&block)
  self
end