module TestLab::Network::ClassMethods
Public Instance Methods
ips()
click to toggle source
# File lib/testlab/network/class_methods.rb, line 6 def ips self.all.map(&:address).collect{ |address| TestLab::Utility.ip(address) }.compact end