Class: Kubes::Compiler::Strategy::Base
- Inherits:
-
Object
- Object
- Kubes::Compiler::Strategy::Base
- Includes:
- Layering, Util::Normalize, Util::SaveFile, Logging, Util::Pretty
- Defined in:
- lib/kubes/compiler/strategy/base.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(options = {}) ⇒ Base
constructor
A new instance of Base.
Methods included from Util::Pretty
Methods included from Logging
Methods included from Util::SaveFile
Methods included from Util::Normalize
#extract_type, #normalize_kind
Methods included from Layering
#add_exts, #post_layers, #pre_layers
Constructor Details
#initialize(options = {}) ⇒ Base
Returns a new instance of Base.
9 10 11 12 13 |
# File 'lib/kubes/compiler/strategy/base.rb', line 9 def initialize(={}) @options = @path = [:path] @save_file = save_file(@path) end |