Class: RuboCop::TargetRuby::Default

Inherits:
Source
  • Object
show all
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

#version

Instance Method Summary collapse

Methods inherited from Source

#initialize, #to_s

Constructor Details

This class inherits a constructor from RuboCop::TargetRuby::Source

Instance Method Details

#nameObject



109
110
111
# File 'lib/rubocop/target_ruby.rb', line 109

def name
  'default'
end