class RSpec::Core::Configuration

def value_for(key)

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

def value_for: (Symbol key) -> (Symbol | nil | true)

This signature was generated using 4 samples from 1 application.

def value_for(key)
  @preferred_options.fetch(key) { yield }
end