module RuboCop::Server

def support_server?

def support_server?
  RUBY_ENGINE == 'ruby' && !RuboCop::Platform.windows?
end