Sha256: 668ff9254ce6cf7b6b50b92b7fda84dc8b7714a67de38035866025f5e2b9cd3e

Contents?: true

Size: 175 Bytes

Versions: 3

Compression:

Stored size: 175 Bytes

Contents

class TestLab
  class Network

    module ClassMethods

      def ips
        self.all.map(&:ip).collect{ |ip| TestLab::Utility.ip(ip) }.compact
      end

    end

  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
testlab-0.2.1 lib/testlab/network/class_methods.rb
testlab-0.2.0 lib/testlab/network/class_methods.rb
testlab-0.1.0 lib/testlab/network/class_methods.rb