module RuboCop::Select

Constants

MSG
VERSION

Public Instance Methods

version(debug = false) click to toggle source
# File lib/rubocop/select/version.rb, line 9
def version(debug = false)
  if debug
    format(MSG, VERSION, ::RuboCop::Version.version(false),
           RUBY_ENGINE, RUBY_VERSION, RUBY_PLATFORM)
  else
    VERSION
  end
end