Class: Optify::OptionsProviderBuilder
- Inherits:
-
Object
- Object
- Optify::OptionsProviderBuilder
- Defined in:
- sig/optify.rbs
Overview
A builder for creating an OptionsProvider instance.
Instance Method Summary collapse
-
#add_directory ⇒ OptionsProviderBuilder
Adds a directory to the builder.
-
#build ⇒ OptionsProvider
A newly built
OptionsProvider.
Instance Method Details
#add_directory ⇒ OptionsProviderBuilder
Adds a directory to the builder.
224 |
# File 'sig/optify.rbs', line 224
def add_directory: (String path) -> OptionsProviderBuilder
|
#build ⇒ OptionsProvider
Returns A newly built OptionsProvider.
227 |
# File 'sig/optify.rbs', line 227
def build: () -> OptionsProvider
|