abstract class Spectator::ConfigSource

Overview

Interface for all places that configuration can originate.

Direct Known Subclasses

Defined in:

spectator/config_source.cr

Instance Method Summary

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.


[View source]