{
    "content": [
        {
            "type": "text",
            "text": "# Psych::Nodes::Scalar (ri)\n\n## Section Outline\n\n- **Psych::Nodes::Scalar < Psych::Nodes::Node** (7 lines)\n- **Constants:** (19 lines)\n- **Class methods:** (2 lines)\n- **Instance methods:** (8 lines)\n- **Attributes:** (7 lines)\n\n## Full Content\n\n### Psych::Nodes::Scalar < Psych::Nodes::Node\n\n(from gem psych-5.4.0)\n------------------------------------------------------------------------\nThis class represents a YAML Scalar( http://yaml.org/spec/1.1/#id858081\n).\n\nThis node type is a terminal node and should not have any children.\n------------------------------------------------------------------------\n\n### Constants:\n\nANY:\nAny style scalar, the emitter chooses\n\nDOUBLEQUOTED:\nDouble quoted style\n\nFOLDED:\nFolded style\n\nLITERAL:\nLiteral style\n\nPLAIN:\nPlain scalar style\n\nSINGLEQUOTED:\nSingle quoted style\n\n### Class methods:\n\nnew\n\n### Instance methods:\n\nanchor\nplain\nquoted\nscalar?\nstyle\ntag\nvalue\n\n### Attributes:\n\nattraccessor anchor\nattraccessor plain\nattraccessor quoted\nattraccessor style\nattraccessor tag\nattraccessor value\n\n"
        }
    ],
    "structuredContent": {
        "command": "Psych::Nodes::Scalar",
        "section": "",
        "mode": "ri",
        "summary": null,
        "synopsis": null,
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "Psych::Nodes::Scalar < Psych::Nodes::Node",
                "lines": 7,
                "subsections": []
            },
            {
                "name": "Constants:",
                "lines": 19,
                "subsections": []
            },
            {
                "name": "Class methods:",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "Instance methods:",
                "lines": 8,
                "subsections": []
            },
            {
                "name": "Attributes:",
                "lines": 7,
                "subsections": []
            }
        ]
    }
}