module Cronin::Restricted
Public Instance Methods
restricted?()
click to toggle source
# File lib/cronin/restricted.rb, line 4 def restricted? case @cron_value #TODO: repetition code from abstract timing when /^(\d{1,2}|\*\/\d{1,2})$/ return true when "*" end end