123456789_123456789_123456789_123456789_123456789_

Class: RuboCop::TargetRuby::Default Private

Do not use. This class is for internal use only.
Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
self, Source
Instance Chain:
self, Source
Inherits: RuboCop::TargetRuby::Source
Defined in: lib/rubocop/target_ruby.rb

Overview

If all else fails, a default version will be picked.

Class Method Summary

Source - Inherited

Instance Attribute Summary

Source - Inherited

Instance Method Summary

Source - Inherited

Instance Method Details

#find_version (private)

[ GitHub ]

  
# File 'lib/rubocop/target_ruby.rb', line 235

def find_version
  DEFAULT_VERSION
end

#name

[ GitHub ]

  
# File 'lib/rubocop/target_ruby.rb', line 229

def name
  'default'
end