{
    "content": [
        {
            "type": "text",
            "text": "# Psych::Nodes::Document (ri)\n\n## Section Outline\n\n- **Psych::Nodes::Document < Psych::Nodes::Node** (10 lines)\n- **Class methods:** (2 lines)\n- **Instance methods:** (7 lines)\n- **Attributes:** (5 lines)\n\n## Full Content\n\n### Psych::Nodes::Document < Psych::Nodes::Node\n\n(from gem psych-5.4.0)\n------------------------------------------------------------------------\nThis represents a YAML Document.  This node must be a child of\nPsych::Nodes::Stream.  A Psych::Nodes::Document must have one child, and\nthat child may be one of the following:\n\n* Psych::Nodes::Sequence\n* Psych::Nodes::Mapping\n* Psych::Nodes::Scalar\n------------------------------------------------------------------------\n\n### Class methods:\n\nnew\n\n### Instance methods:\n\ndocument?\nimplicit\nimplicitend\nroot\ntagdirectives\nversion\n\n### Attributes:\n\nattraccessor implicit\nattraccessor implicitend\nattraccessor tagdirectives\nattraccessor version\n\n"
        }
    ],
    "structuredContent": {
        "command": "Psych::Nodes::Document",
        "section": "",
        "mode": "ri",
        "summary": null,
        "synopsis": null,
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "Psych::Nodes::Document < Psych::Nodes::Node",
                "lines": 10,
                "subsections": []
            },
            {
                "name": "Class methods:",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "Instance methods:",
                "lines": 7,
                "subsections": []
            },
            {
                "name": "Attributes:",
                "lines": 5,
                "subsections": []
            }
        ]
    }
}