Class: Krakow::Command::Nop

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

Overview

No-op

Instance Attribute Summary

Attributes inherited from Krakow::Command

#response

Instance Method Summary collapse

Methods inherited from Krakow::Command

error, #error?, #name, ok, #ok?, response_for

Methods included from Utils::Lazy

included

Methods included from Utils::Logging

level=, #log

Instance Method Details

#to_lineObject



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

def to_line
  "#{name}\n"
end