Module: Roma::Command::MultiHashCommandReceiver

Includes:
Definition
Included in:
Receiver
Defined in:
lib/roma/command/mh_command_receiver.rb

Instance Method Summary collapse

Methods included from Definition

#forward_and_multi_line_receive, #forward_and_one_line_receive, included

Instance Method Details

#ev_hashlist(s) ⇒ Object

hashlist



76
77
78
# File 'lib/roma/command/mh_command_receiver.rb', line 76

def ev_hashlist(s)
  send_data("#{@storages.keys.join ' '}\r\n")
end