Method: RuboCop::TargetRuby::ToolVersionsFile#name
- Defined in:
- lib/rubocop/target_ruby.rb
#name ⇒ Object
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.
199 200 201 |
# File 'lib/rubocop/target_ruby.rb', line 199 def name "`#{TOOL_VERSIONS_FILENAME}`" end |