Method: Lono::Configset::Generator#initialize
- Defined in:
- lib/lono/configset/generator.rb
#initialize(options) ⇒ Generator
Returns a new instance of Generator.
3 4 5 6 7 |
# File 'lib/lono/configset/generator.rb', line 3 def initialize() @options = @configset = [:configset] @type = [:type] || "project" end |