Proxy::RemoteExecution::Cockpit::BufferedSocket
# File lib/smart_proxy_remote_execution_ssh/cockpit.rb, line 43 def self.applies_for?(socket) socket.respond_to?(:send) && socket.respond_to?(:recv) end