class RSpec::Core::Set

def <<(key)

def <<(key)
  @values[key] = true
  self
end