class RuboCop::Server::ServerCommand::Base

def self.inherited(child)

def self.inherited(child)
  super
  child.prepend Runner
end