Class: Sif::Loader
- Inherits:
-
Thor
- Object
- Thor
- Sif::Loader
- Defined in:
- lib/sif.rb
Constant Summary collapse
- @@config_file =
'.config'- @@post_config =
nil
Instance Method Summary collapse
-
#initialize(args = [], options = {}, config = {}) ⇒ Loader
constructor
A new instance of Loader.
Constructor Details
#initialize(args = [], options = {}, config = {}) ⇒ Loader
Returns a new instance of Loader.
7 8 9 10 |
# File 'lib/sif.rb', line 7 def initialize(args=[], ={}, config={}) super load_configuration end |