Module: DateTimeStepWith::CronMatcherTimeMethods

Defined in:
lib/date_time_step_with/cron_matcher.rb

Instance Method Summary collapse

Instance Method Details

#self_cron_arrayObject



41
42
43
# File 'lib/date_time_step_with/cron_matcher.rb', line 41

def self_cron_array 
  %W(#{self.min} #{self.hour} #{self.day} #{self.month} #{self.wday} #{self.year})
end