# File lib/rufus/scheduler.rb, line 50
  def self.is_cron_string (s)

    s.match(/.+ .+ .+ .+ .+/) # well...
  end