# File lib/whenever/outputs/cron.rb, line 37 def time_in_cron_syntax case @time when Symbol then parse_symbol when String then parse_as_string else parse_time end end