Class: Specinfra::Command::Freebsd::Base::Port
- Inherits:
-
Base::Port
- Object
- Base
- Base::Port
- Specinfra::Command::Freebsd::Base::Port
- Defined in:
- lib/specinfra/command/freebsd/base/port.rb
Class Method Summary collapse
Methods inherited from Base
Class Method Details
.check_is_listening(port, options = {}) ⇒ Object
3 4 5 6 |
# File 'lib/specinfra/command/freebsd/base/port.rb', line 3 def check_is_listening(port, ={}) regexp = ":#{port} " "sockstat -46l -p #{port} | grep -- #{escape(regexp)}" end |