Class: Configspec::Type::Package
- Defined in:
- lib/configspec/type/package.rb
Instance Method Summary collapse
Methods inherited from Base
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 |