Sha256: c7a1958e2e7befc50d797c69e6c62e0275b13551c3aea65c3523896cfcc7e61d
Contents?: true
Size: 248 Bytes
Versions: 255
Compression:
Stored size: 248 Bytes
Contents
class Specinfra::Command::Darwin::Base::Port < Specinfra::Command::Base::Port class << self def check_is_listening(port, options={}) regexp = ":#{port} " "lsof -nP -iTCP -sTCP:LISTEN | grep -- #{escape(regexp)}" end end end
Version data entries
255 entries across 255 versions & 3 rubygems