Module: Roma::Command::MultiHashCommandReceiver
Instance Method Summary collapse
-
#ev_hashlist(s) ⇒ Object
hashlist.
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 |