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

command_help, dispatch

Instance Method Details

#generateObject



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

def generate
  Generator.generate_all(options)
end