18 19 20 21
# File 'lib/ocular/inputs/cron_input.rb', line 18 def cron() handler = handlers.get(::Ocular::Inputs::Cron::Input) return Input::DSLProxy.new(self, handler, logger) end