Module: DateTimeStepWith::CronMatcherDateMethods
- Defined in:
- lib/date_time_step_with/cron_matcher.rb
Instance Method Summary collapse
Instance Method Details
#self_cron_array ⇒ Object
35 36 37 |
# 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 |