Class: RuboCop::TargetRuby::Default
- Defined in:
- lib/rubocop/target_ruby.rb
Overview
If all else fails, a default version will be picked.
Instance Attribute Summary
Attributes inherited from Source
Instance Method Summary collapse
Methods inherited from Source
Constructor Details
This class inherits a constructor from RuboCop::TargetRuby::Source
Instance Method Details
#name ⇒ Object
109 110 111 |
# File 'lib/rubocop/target_ruby.rb', line 109 def name 'default' end |