Class: RuboCop::TargetRuby::BundlerLockFile Private
- Defined in:
- lib/rubocop/target_ruby.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
The lock file of Bundler may identify the target ruby version.
Instance Attribute Summary
Attributes inherited from Source
Instance Method Summary collapse
- #name ⇒ Object private
Methods inherited from Source
Constructor Details
This class inherits a constructor from RuboCop::TargetRuby::Source
Instance Method Details
#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.
206 207 208 |
# File 'lib/rubocop/target_ruby.rb', line 206 def name "`#{bundler_lock_file_path}`" end |