# File lib/facter/util/macaddress.rb, line 35 def macaddress require 'facter/util/ip/windows' adapter = Facter::Util::IP::Windows.get_preferred_ipv4_adapters.first adapter ? adapter.MACAddress : nil end
[Validate]
Generated with the Darkfish Rdoc Generator 2.