Class: Terraspace::Dependency::Helper::Base
- Inherits:
-
Object
- Object
- Terraspace::Dependency::Helper::Base
- Defined in:
- lib/terraspace/dependency/helper/base.rb
Instance Method Summary collapse
-
#initialize(mod, identifier, options) ⇒ Base
constructor
A new instance of Base.
Constructor Details
#initialize(mod, identifier, options) ⇒ Base
Returns a new instance of Base.
3 4 5 |
# File 'lib/terraspace/dependency/helper/base.rb', line 3 def initialize(mod, identifier, ) @mod, @identifier, @options = mod, identifier, end |