Methods

Facter::Util::Registry

Public Class Methods

hklm_read(key, value) click to toggle source
   # File lib/facter/util/registry.rb, line 3
3:     def hklm_read(key, value)
4:       require 'win32/registry'
5:       reg = Win32::Registry::HKEY_LOCAL_MACHINE.open(key)
6:       rval = reg[value]
7:       reg.close
8:       rval
9:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.