Class: List

Inherits:
Thor::Group
  • Object
show all
Includes:
Util
Defined in:
lib/commands/list.rb

Instance Method Summary collapse

Methods included from Util

#add_to_git, #alter_index_html, #alter_link, #content_root, #each_presentation, #git_repository?, #has_remote?, #init_git, #parse_config, #presentation, #pull_from_git, #request_token

Instance Method Details

#listObject



7
8
9
10
11
# File 'lib/commands/list.rb', line 7

def list
  each_presentation do |master,client|
    puts "#{File.basename(master)}"
  end
end