Class: CircActivator::Config

Inherits:
Settingslogic
  • Object
show all
Defined in:
lib/circactivator.rb

Class Method Summary collapse

Class Method Details

.load_from_file(file) ⇒ Object



29
30
31
32
# File 'lib/circactivator.rb', line 29

def self.load_from_file(file)
  source file
  load!
end