class Terraspace::Dependency::Helper::Base
Public Class Methods
new(mod, identifier, options)
click to toggle source
# File lib/terraspace/dependency/helper/base.rb, line 3 def initialize(mod, identifier, options) @mod, @identifier, @options = mod, identifier, options end