# File lib/ice_cube/schedule.rb, line 408 def self.load(yaml) return yaml if yaml.nil? || yaml == "" from_yaml(yaml) end