class Inspec::Resources::PkgManagement

Attributes

inspec[R]

Public Class Methods

new(inspec) click to toggle source
# File lib/inspec/resources/package.rb, line 101
def initialize(inspec)
  @inspec = inspec
end

Public Instance Methods

missing_requirements() click to toggle source
# File lib/inspec/resources/package.rb, line 105
def missing_requirements
  # Each provider can provide an Array of missing requirements that will be
  # combined into a `ResourceSkipped` exception message.
  []
end