Method: Lono::Configset::Generator#run

Defined in:
lib/lono/configset/generator.rb

#runObject



9
10
11
12
13
# File 'lib/lono/configset/generator.rb', line 9

def run
  check_configset_exist!
  structure = build
  puts YAML.dump(structure)
end