# File lib/librmpd.rb, line 421 def disconnect @stop_cb_thread = true return if @socket.nil? @socket.puts 'close' @socket.close @socket = nil end