{
    "mode": "ri",
    "parameter": "Sass::Engine",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/ri/Sass%3A%3AEngine/json",
    "generated": "2026-07-27T18:03:09Z",
    "sections": {
        "Sass::Engine < Object": {
            "content": "(from /home/chedong/.local/share/rdoc)\n------------------------------------------------------------------------\nThis class handles the parsing and compilation of the Sass template.\nExample usage:\n\ntemplate = File.read('stylesheets/sassy.sass')\nsassengine = Sass::Engine.new(template)\noutput = sassengine.render\nputs output\n------------------------------------------------------------------------",
            "subsections": []
        },
        "Constants:": {
            "content": "COMMENTCHAR:\nThe character that designates the beginning of a comment, either Sass\nor CSS.\n\nCONTENTRE:\n[not documented]\n\nCSSCOMMENTCHAR:\nThe character that follows the general COMMENTCHAR and designates a\nCSS comment, which is embedded in the CSS document.\n\nDEFAULTOPTIONS:\nThe default options for Sass::Engine. @api public\n\nDIRECTIVES:\n[not documented]\n\nDIRECTIVECHAR:\nThe character used to denote a compiler directive.\n\nESCAPECHAR:\nDesignates a non-parsed rule.\n\nFUNCTIONRE:\n[not documented]\n\nMIXINDEFINITIONCHAR:\nDesignates block as mixin definition rather than CSS rules to output\n\nMIXINDEFRE:\n[not documented]\n\nMIXININCLUDECHAR:\nIncludes named mixin declared using MIXINDEFINITIONCHAR\n\nMIXININCLUDERE:\n[not documented]\n\nPROPERTYCHAR:\nThe character that begins a CSS property.\n\nPROPERTYOLD:\nThe regex that matches and extracts data from properties of the form\n`:name prop`.\n\nSASSCOMMENTCHAR:\nThe character that follows the general COMMENTCHAR and designates a\nSass comment, which is not output as a CSS comment.\n\nSASSLOUDCOMMENTCHAR:\nThe character that indicates that a comment allows interpolation and\nshould be preserved even in :compressed mode.\n\n",
            "subsections": []
        },
        "Class methods:": {
            "content": "forfile\nnew\nnormalizeoptions\nparseinterp\n",
            "subsections": []
        },
        "Instance methods:": {
            "content": "dependencies\ndependencies\noptions\nrender\nrenderwithsourcemap\nsourceencoding\ntocss\ntotree\n",
            "subsections": []
        },
        "Attributes:": {
            "content": "attrreader options\n",
            "subsections": []
        }
    },
    "flags": [],
    "examples": [],
    "see_also": []
}