Method: RuboCop::TargetRuby.supported_versions

Defined in:
lib/rubocop/target_ruby.rb

.supported_versionsObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



274
275
276
# File 'lib/rubocop/target_ruby.rb', line 274

def self.supported_versions
  KNOWN_RUBIES
end