class SimpleTelnetServer::Connection::UnknownCommand
Raised when a command has been received that doesn’t match any registered command.
Attributes
command[R]
Public Class Methods
new(command)
click to toggle source
# File lib/em-simple_telnet_server.rb, line 216 def initialize(command) @command = command end