This module holds the RuboCop version information.
# File lib/rubocop/version.rb, line 11 def version(debug = false) if debug format(MSG, STRING, Parser::VERSION, RUBY_ENGINE, RUBY_VERSION, RUBY_PLATFORM) else STRING end end
[Validate]
Generated with the Darkfish Rdoc Generator 2.