Method: TextProtocols::Protocol#initialize
- Defined in:
- lib/text_protocols.rb
#initialize ⇒ Protocol
Returns a new instance of Protocol.
79 80 81 |
# File 'lib/text_protocols.rb', line 79 def initialize @commands = {} end |
Returns a new instance of Protocol.
79 80 81 |
# File 'lib/text_protocols.rb', line 79 def initialize @commands = {} end |