class EtcHosts
Attributes
DataString[RW]
attr_reader :name, :physloc
ip_size_max[RW]
Public Class Methods
new(string='')
click to toggle source
# File lib/AIX/EtcHosts.rb, line 17 def initialize string='' @DataString = string end
Public Instance Methods
check(hostLine)
click to toggle source
# File lib/AIX/EtcHosts.rb, line 23 def check hostLine #build tables of entries #check also duplicates! return false end