class Proxy::RemoteExecution::Cockpit::StandardBufferedSocket

Public Class Methods

applies_for?(socket) click to toggle source
# File lib/smart_proxy_remote_execution_ssh/cockpit.rb, line 44
def self.applies_for?(socket)
  socket.respond_to?(:send) && socket.respond_to?(:recv)
end