module Flydata module Command class Restart < Base def run sender = Flydata::Command::Sender.new sender.restart end end end end