class CF::Start::Targets
Public Instance Methods
targets()
click to toggle source
# File lib/cf/cli/start/targets.rb, line 7 def targets targets_info.each do |target, _| line target # TODO: print org/space end end