module DailyWeeklyMonthly

Constants

VERSION

Public Class Methods

start(command, options) click to toggle source
# File lib/daily_weekly_monthly.rb, line 4
def self.start command, options
  Runner.new(command, options).call
end