class RSpec::Core::Set

def delete(key)

def delete(key)
  @values.delete(key)
end