# File lib/net/ssh/session_helpers.rb, line 126 def with_timeout(time, &block) ::Timeout.timeout(time) do block.call(self) end end