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 (collapse)
-
- (Krakow::FrameType) response
inherited
from Krakow::Command
Response to command.
Instance Method Summary (collapse)
Instance Attribute Details
- (Krakow::FrameType) response Originally defined in class Krakow::Command
Returns response to command
Instance Method Details
- (Object) to_line
8 9 10 |
# File 'lib/krakow/command/nop.rb', line 8 def to_line "#{name}\n" end |