Class: Avm::Tools::Runner::Launcher::Projects
- Inherits:
-
Object
- Object
- Avm::Tools::Runner::Launcher::Projects
- Defined in:
- lib/avm/tools/runner/launcher/projects.rb
Instance Method Summary collapse
Instance Method Details
#run ⇒ Object
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 |