Method: Dply::Yum.installed?

Defined in:
lib/dply/yum.rb

.installed?(pkgs) ⇒ Boolean

Returns:

  • (Boolean)


16
17
18
# File 'lib/dply/yum.rb', line 16

def self.installed?(pkgs)
  not_installed(pkgs).size == 0
end