# File lib/facter/util/ip.rb, line 39 39: def self.alphafy(interface) 40: interface.gsub(/[^a-z0-9_]/i, '_') 41: end