lib/tl1/session.rb in tl1-0.1.0 vs lib/tl1/session.rb in tl1-0.2.0
- old
+ new
@@ -1,5 +1,6 @@
# frozen_string_literal: true
+
module TL1
# A wrapper around an IO-like object representing a connection to a
# TL1-capable network element.
class Session
# @param io [IO, Net::SSH::Telnet, Net::Telnet]