Module: FlightConfig::Reader
Defined Under Namespace
Modules: ClassMethods
Constant Summary
Constants included from Core
Instance Attribute Summary
Attributes included from Core
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 |