Class: Lono::Blueprint

Inherits:
Command show all
Defined in:
lib/lono/blueprint/info.rb,
lib/lono/blueprint.rb,
lib/lono/blueprint/new.rb,
lib/lono/blueprint/find.rb,
lib/lono/blueprint/list.rb,
lib/lono/blueprint/root.rb,
lib/lono/blueprint/helper.rb

Overview

Small wrapper class to keep blueprint name and path. Found this to be a little cleaner than using a hash.

Defined Under Namespace

Modules: Helper, Root Classes: Find, Info, List, New

Instance Method Summary collapse

Methods inherited from Command

alter_command_description, command_help, dispatch, website

Instance Method Details

#listObject



11
12
13
# File 'lib/lono/blueprint.rb', line 11

def list
  List.available
end