abstract class Spectator::ConfigSource
- Spectator::ConfigSource
- Reference
- Object
Overview
Interface for all places that configuration can originate.
Direct Known Subclasses
Defined in:
spectator/config_source.crInstance Method Summary
-
#apply_to(builder : ConfigBuilder) : Nil
Applies the specified configuration to a builder.
Instance methods inherited from class Object
should(matcher)
should,
should_eventually(matcher)
should_eventually,
should_never(matcher)
should_never,
should_not(matcher)
should_not
Instance Method Detail
abstract
def apply_to(builder : ConfigBuilder) : Nil
#
Applies the specified configuration to a builder. Calling this method from multiple sources builds up the final configuration.