class RuboCop::Cop::Base
Public Instance Methods
Source
# File lib/rubocop/monkey_patches/base.rb, line 6 def target_chef_version @config.target_chef_version end
This is a copy of the target_rails_version method from rubocop-rails
# File lib/rubocop/monkey_patches/base.rb, line 6 def target_chef_version @config.target_chef_version end
This is a copy of the target_rails_version method from rubocop-rails