# File lib/ice_cube/rule.rb, line 46
    def self.from_yaml(yaml)
      from_hash YAML::load(yaml)
    end