Class: Krakow::Command::Nop

Inherits:
Krakow::Command show all
Defined in:
lib/krakow/command/nop.rb

Overview

No-op

Instance Attribute Summary (collapse)

Instance Method Summary (collapse)

Instance Attribute Details

- (Krakow::FrameType) response Originally defined in class Krakow::Command

Returns response to command

Returns:

Instance Method Details

- (Object) to_line



8
9
10
# File 'lib/krakow/command/nop.rb', line 8

def to_line
  "#{name}\n"
end