Sha256: 919fd2dfe613e1f0c1780ad6a14e083a7daca7d8cb28df5b89a0ac4afa3c2fcd
Contents?: true
Size: 166 Bytes
Versions: 40
Compression:
Stored size: 166 Bytes
Contents
module Aix::Exec include Beaker::CommandFactory def get_ip execute("ifconfig -a inet| awk '/broadcast/ {print $2}' | cut -d/ -f1 | head -1").strip end end
Version data entries
40 entries across 40 versions & 1 rubygems