class RuboCop::Cop::Base

Public Instance Methods

target_chef_version() click to toggle source

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