Class: RSpec::Core::Set

Inherits:
Object
  • Object
show all
Includes:
Enumerable
Defined in:
lib/rspec/core/set.rb

Overview

We use this to replace ::Set so we can have the advantage of constant time key lookups for unique arrays but without the potential to pollute a developers environment with an extra piece of the stdlib. This helps to prevent false positive builds.