Class: Krakow::Command::Nop
- Inherits:
-
Krakow::Command
- Object
- Krakow::Command
- Krakow::Command::Nop
- Defined in:
- lib/krakow/command/nop.rb
Overview
No-op
Instance Attribute Summary
Attributes inherited from Krakow::Command
Instance Method Summary collapse
Methods inherited from Krakow::Command
error, #error?, #name, ok, #ok?, response_for
Methods included from Utils::Lazy
Methods included from Utils::Logging
Instance Method Details
#to_line ⇒ Object
8 9 10 |
# File 'lib/krakow/command/nop.rb', line 8 def to_line "#{name}\n" end |