Class: Lono::Param

Inherits:
Command show all
Defined in:
lib/lono/param.rb

Defined Under Namespace

Classes: Generator

Instance Method Summary collapse

Methods inherited from Command

alter_command_description, command_help, dispatch, website

Instance Method Details

#generate(blueprint = nil) ⇒ Object



11
12
13
14
15
# File 'lib/lono/param.rb', line 11

def generate(blueprint=nil)
  Blueprint::Find.one_or_all(blueprint).each do |b|
    Generator.new(b, options).generate
  end
end