module Flydata module Command class Kill_all < Base def run sender = Flydata::Command::Sender.new sender.kill_all end end end end