class Serverspec::Type::WindowsHotFix
Public Instance Methods
installed?(provider, version)
click to toggle source
# File lib/serverspec/type/windows_hot_fix.rb, line 3 def installed?(provider, version) @runner.check_hot_fix_is_installed(@name, version) end