Class: Avm::Tools::Runner::LauncherStereotypes::List

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

Instance Method Summary collapse

Instance Method Details

#output_contentObject



20
21
22
# File 'lib/avm/tools/runner/launcher_stereotypes/list.rb', line 20

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

#runObject



15
16
17
18
# File 'lib/avm/tools/runner/launcher_stereotypes/list.rb', line 15

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