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
Instance Attribute Summary
Instance Method Summary
Instance Method Details
#find_version (private)
[ GitHub ]# File 'lib/rubocop/target_ruby.rb', line 239
def find_version DEFAULT_VERSION end
#name
[ GitHub ]# File 'lib/rubocop/target_ruby.rb', line 233
def name 'default' end