# File lib/sass/script.rb, line 53
    def self.equals_warning(types, name, val, guarded, line, offset, filename)
      Haml::Util.haml_warn "DEPRECATION WARNING:\nOn line \#{line}\#{\", character \#{offset}\" if offset}\#{\" of '\#{filename}'\" if filename}\nSetting \#{types} with \#{\"||\" if guarded}= has been deprecated and will be removed in version 3.2.\nUse \"\#{name}: \#{val}\#{\" !default\" if guarded}\" instead.\n\nYou can use `sass-convert --in-place --from sass2 file.sass' to convert files automatically.\n"
    end