class RuboCop::Server::ClientCommand::Status
def run
def run if Server.running? puts "RuboCop server (#{Cache.pid_path.read}) is running." else puts 'RuboCop server is not running.' end end
def run if Server.running? puts "RuboCop server (#{Cache.pid_path.read}) is running." else puts 'RuboCop server is not running.' end end