# File lib/ice_cube/rule.rb, line 41
    def to_yaml(*args)
      YAML::dump(to_hash, *args)
    end