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