A module to gather macaddress facts
# File lib/facter/util/macaddress.rb, line 5 5: def self.standardize(macaddress) 6: return nil unless macaddress 7: macaddress.split(":").map{|x| "0#{x}"[2..1]}.join(":") 8: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.