module Flydata module Command class Crontab < Base def run(args='') Flydata::Cron.new.update args end end end end