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



16
17
18
19
20
# File 'lib/avm/tools/runner/launcher/projects.rb', line 16

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