class RSpec::Core::Set

def each(&block)

Experimental RBS support (using type sampling data from the type_fusion project).

def each: () -> RSpec::Core::Set

This signature was generated using 5 samples from 1 application.

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