Class: Lono::Param

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

Defined Under Namespace

Classes: Generator

Instance Method Summary collapse

Methods inherited from Command

alter_command_description, command_help, dispatch, exit_on_failure?, website

Instance Method Details

#generate(blueprint) ⇒ Object



10
11
12
# File 'lib/lono/param.rb', line 10

def generate(blueprint)
  Generator.new(options.merge(blueprint: blueprint)).generate
end