Sha256: d1550f867e3660bdad0df867952bccd4b69d3302e956bb09abe52870b35d4cf0

Contents?: true

Size: 229 Bytes

Versions: 191

Compression:

Stored size: 229 Bytes

Contents

require "singleton" unless defined?(Singleton)
require_relative "priority_map"

class Chef
  class Platform
    # @api private
    class ResourcePriorityMap < Chef::Platform::PriorityMap
      include Singleton
    end
  end
end

Version data entries

191 entries across 191 versions & 1 rubygems

Version Path
chef-17.10.163-universal-mingw32 lib/chef/platform/resource_priority_map.rb
chef-17.10.163 lib/chef/platform/resource_priority_map.rb
chef-18.5.0-x64-mingw-ucrt lib/chef/platform/resource_priority_map.rb
chef-18.5.0 lib/chef/platform/resource_priority_map.rb
chef-18.4.12-x64-mingw-ucrt lib/chef/platform/resource_priority_map.rb
chef-18.4.12 lib/chef/platform/resource_priority_map.rb
chef-17.10.122-universal-mingw32 lib/chef/platform/resource_priority_map.rb
chef-17.10.122 lib/chef/platform/resource_priority_map.rb
chef-17.10.114-universal-mingw32 lib/chef/platform/resource_priority_map.rb
chef-17.10.114 lib/chef/platform/resource_priority_map.rb
chef-18.4.2-x64-mingw-ucrt lib/chef/platform/resource_priority_map.rb
chef-18.4.2 lib/chef/platform/resource_priority_map.rb
chef-17.10.95-universal-mingw32 lib/chef/platform/resource_priority_map.rb
chef-17.10.95 lib/chef/platform/resource_priority_map.rb
chef-18.3.0-x64-mingw-ucrt lib/chef/platform/resource_priority_map.rb
chef-18.3.0 lib/chef/platform/resource_priority_map.rb
chef-17.10.68-universal-mingw32 lib/chef/platform/resource_priority_map.rb
chef-18.2.7-x64-mingw-ucrt lib/chef/platform/resource_priority_map.rb
chef-18.2.7 lib/chef/platform/resource_priority_map.rb
chef-18.1.29 lib/chef/platform/resource_priority_map.rb