Class: Avm::Tools::Runner::Launcher::Projects

Inherits:
Object
  • Object
show all
Defined in:
lib/avm/tools/runner/launcher/projects.rb

Instance Method Summary collapse

Instance Method Details

#runObject



13
14
15
16
17
# File 'lib/avm/tools/runner/launcher/projects.rb', line 13

def run
  ::Avm::Launcher::Context.current.projects.each do |p|
    show_project(p)
  end
end