51 52 53 54
# File 'lib/walkman/cli.rb', line 51 def stop response = server.run_command(:stop) puts response unless response.empty? end