Class: Avm::Tools::Runner::Applications::List

Inherits:
Object
  • Object
show all
Defined in:
lib/avm/tools/runner/applications/list.rb

Instance Method Summary collapse

Instance Method Details

#output_contentObject



17
18
19
# File 'lib/avm/tools/runner/applications/list.rb', line 17

def output_content
  applications.map { |s| "#{s}\n" }.join
end

#runObject



12
13
14
15
# File 'lib/avm/tools/runner/applications/list.rb', line 12

def run
  infov 'Found', applications.count
  run_output
end