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 : Spectator::Matchers::Matcher) should, should_not(matcher : Spectator::Matchers::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]