307 308 309 310 311
# File 'lib/cf/cli.rb', line 307 def client_target if File.exists?(target_file) File.read(target_file).chomp end end