Sha256: 91ce10b86ed2189ffb52f673d1bd62cd1c452d6b97ce41d67a6490b53ed8070d
Contents?: true
Size: 245 Bytes
Versions: 76
Compression:
Stored size: 245 Bytes
Contents
# frozen_string_literal: true module RuboCop module Cop class Base # 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
76 entries across 76 versions & 2 rubygems