Class: Configspec::Type::Package

Inherits:
Base
  • Object
show all
Defined in:
lib/configspec/type/package.rb

Instance Method Summary collapse

Methods inherited from Base

#initialize, #to_s

Constructor Details

This class inherits a constructor from Configspec::Type::Base

Instance Method Details

#installed?Boolean



4
5
6
# File 'lib/configspec/type/package.rb', line 4

def installed?
  backend.install(@name)
end