Module: FlightConfig::Reader

Includes:
Core
Included in:
Indexable
Defined in:
lib/flight_config/reader.rb

Defined Under Namespace

Modules: ClassMethods

Constant Summary

Constants included from Core

Core::PLACEHOLDER

Instance Attribute Summary

Attributes included from Core

#__inputs__, #__read_mode__

Class Method Summary collapse

Methods included from Core

#__data__, #__data__initialize, #__registry__, #initialize, lock, log, #path, read, write

Class Method Details

.included(base) ⇒ Object



50
51
52
# File 'lib/flight_config/reader.rb', line 50

def self.included(base)
  base.extend(ClassMethods)
end