module Rubocop::Version
def version(debug = false)
def version(debug = false) if debug sprintf(MSG, STRING, Parser::VERSION, RUBY_ENGINE, RUBY_VERSION, RUBY_PLATFORM) else STRING end end
def version(debug = false) if debug sprintf(MSG, STRING, Parser::VERSION, RUBY_ENGINE, RUBY_VERSION, RUBY_PLATFORM) else STRING end end