{
    "content": [
        {
            "type": "text",
            "text": "# Psych::Nodes::Sequence (ri)\n\n## Section Outline\n\n- **Psych::Nodes::Sequence < Psych::Nodes::Node** (39 lines)\n- **Constants:** (10 lines)\n- **Class methods:** (2 lines)\n- **Instance methods:** (6 lines)\n- **Attributes:** (5 lines)\n\n## Full Content\n\n### Psych::Nodes::Sequence < Psych::Nodes::Node\n\n(from gem psych-5.4.0)\n------------------------------------------------------------------------\nThis class represents a YAML sequence(\nhttp://yaml.org/spec/1.1/#sequence/syntax ).\n\nA YAML sequence is basically a list, and looks like this:\n\n%YAML 1.1\n---\n- I am\n- a Sequence\n\nA YAML sequence may have an anchor like this:\n\n%YAML 1.1\n---\n&A [\n\"This sequence\",\n\"has an anchor\"\n]\n\nA YAML sequence may also have a tag like this:\n\n%YAML 1.1\n---\n!!seq [\n\"This sequence\",\n\"has a tag\"\n]\n\nThis class represents a sequence in a YAML document.  A\nPsych::Nodes::Sequence node may have 0 or more children.  Valid children\nfor this node are:\n\n* Psych::Nodes::Sequence\n* Psych::Nodes::Mapping\n* Psych::Nodes::Scalar\n* Psych::Nodes::Alias\n------------------------------------------------------------------------\n\n### Constants:\n\nANY:\nAny Styles, emitter chooses\n\nBLOCK:\nBlock style sequence\n\nFLOW:\nFlow style sequence\n\n### Class methods:\n\nnew\n\n### Instance methods:\n\nanchor\nimplicit\nsequence?\nstyle\ntag\n\n### Attributes:\n\nattraccessor anchor\nattraccessor implicit\nattraccessor style\nattraccessor tag\n\n"
        }
    ],
    "structuredContent": {
        "command": "Psych::Nodes::Sequence",
        "section": "",
        "mode": "ri",
        "summary": null,
        "synopsis": null,
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "Psych::Nodes::Sequence < Psych::Nodes::Node",
                "lines": 39,
                "subsections": []
            },
            {
                "name": "Constants:",
                "lines": 10,
                "subsections": []
            },
            {
                "name": "Class methods:",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "Instance methods:",
                "lines": 6,
                "subsections": []
            },
            {
                "name": "Attributes:",
                "lines": 5,
                "subsections": []
            }
        ]
    }
}