{
    "content": [
        {
            "type": "text",
            "text": "# Sass::Engine (ri)\n\n## Sections\n\n- **Sass::Engine < Object**\n- **Constants:**\n- **Class methods:**\n- **Instance methods:**\n- **Attributes:**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Sass::Engine",
        "section": "",
        "mode": "ri",
        "summary": null,
        "synopsis": null,
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "Sass::Engine < Object",
                "lines": 10,
                "subsections": []
            },
            {
                "name": "Constants:",
                "lines": 54,
                "subsections": []
            },
            {
                "name": "Class methods:",
                "lines": 5,
                "subsections": []
            },
            {
                "name": "Instance methods:",
                "lines": 9,
                "subsections": []
            },
            {
                "name": "Attributes:",
                "lines": 2,
                "subsections": []
            }
        ],
        "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": []
            }
        }
    }
}