Module: CronCalc
- Defined in:
- lib/cron_calc.rb,
lib/cron_calc/version.rb
Overview
The CronCalc is gem-wrapper module for the Parser class
Defined Under Namespace
Constant Summary collapse
- VERSION =
'0.4.0'
Class Method Summary collapse
Class Method Details
.new(cron_string) ⇒ Object
10 11 12 |
# File 'lib/cron_calc.rb', line 10 def self.new(cron_string) Parser.new(cron_string) end |