module DateTimeStepWith::CronMatcherDateMethods

Public Instance Methods

self_cron_array() click to toggle source
# File lib/date_time_step_with/cron_matcher.rb, line 35
def self_cron_array
  %W(0 0 #{self.day} #{self.month} #{self.wday} #{self.year})
end