Sha256: 32db4be375ee8aa60f73bfceb7aa0a5a3ca26b2851b2f65ebe4b98a811238cb9
Contents?: true
Size: 251 Bytes
Versions: 5
Compression:
Stored size: 251 Bytes
Contents
# frozen_string_literal: true class Sinclair # Base class for configuration when using {Configurable} # # The methods will be added later by {ConfigFactory} # # The instance variables will be set by {ConfigBuilder} class Config end end
Version data entries
5 entries across 5 versions & 1 rubygems