Sha256: 115d8380d3cc511763d384b77f2840e59eea11af02708c718186187c3b1dbf58
Contents?: true
Size: 226 Bytes
Versions: 270
Compression:
Stored size: 226 Bytes
Contents
class Specinfra::Command::Openbsd::Base::Port < Specinfra::Command::Base::Port class << self def check_is_listening(port, opts={}) "netstat -nat -f inet | egrep '((tcp|udp).*\.#{port}.*LISTEN$)'" end end end
Version data entries
270 entries across 270 versions & 3 rubygems