Sha256: cb54a81ac6f26dc55ed73204a39a805f33aa431631bfa9a3966d417bed973b40

Contents?: true

Size: 244 Bytes

Versions: 2

Compression:

Stored size: 244 Bytes

Contents

# frozen_string_literal: true
module RuboCop
  module Cop
    class Cop
      # This is a copy of the #target_rails_version method from rubocop-rails
      def target_chef_version
        @config.target_chef_version
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
cookstyle-6.13.3 lib/rubocop/monkey_patches/cop.rb
cookstyle-6.12.6 lib/rubocop/monkey_patches/cop.rb