7 8 9 10 11
# File 'lib/flotte/cli/service.rb', line 7 def list Flotte.registry.services.each do |service| Flotte.output.puts service.name end end