module RuboCop::Version

def self.version(debug = false)

def self.version(debug = false)
  if debug
    format(MSG, version: STRING, parser_version: Parser::VERSION,
                ruby_engine: RUBY_ENGINE, ruby_version: RUBY_VERSION,
                ruby_platform: RUBY_PLATFORM)
  else
    STRING
  end
end