{
    "content": [
        {
            "type": "text",
            "text": "# Bundler (ri)\n\n## Sections\n\n- **Bundler**\n- **Constants:**\n- **Class methods:**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Bundler",
        "section": "",
        "mode": "ri",
        "summary": null,
        "synopsis": null,
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "Bundler",
                "lines": 21,
                "subsections": []
            },
            {
                "name": "Constants:",
                "lines": 7,
                "subsections": []
            },
            {
                "name": "Class methods:",
                "lines": 64,
                "subsections": []
            }
        ],
        "sections": {
            "Bundler": {
                "content": "(from /home/chedong/.local/share/rdoc)\n------------------------------------------------------------------------\nBundler provides a consistent environment for Ruby projects by tracking\nand installing the exact gems and versions that are needed.\n\nSince Ruby 2.6, Bundler is a part of Ruby's standard library.\n\nBunder is used by creating gemfiles listing all the\nproject dependencies and (optionally) their versions and then using\n\nrequire 'bundler/setup'\n\nor Bundler.setup to setup environment where only specified gems and\ntheir specified versions could be used.\n\nSee Bundler website( https://bundler.io/docs.html ) for extensive\ndocumentation on gemfiles creation and Bundler usage.\n\nAs a standard library inside project, Bundler could be used for\nintrospection of loaded and required modules.\n------------------------------------------------------------------------",
                "subsections": []
            },
            "Constants:": {
                "content": "ORIGINALENV:\n[not documented]\n\nSUDOMUTEX:\n[not documented]\n\n",
                "subsections": []
            },
            "Class methods:": {
                "content": "appcache\nappconfigpath\nbinpath\nbundlepath\ncleanenv\ncleanexec\ncleansystem\ncleargemspeccache\nconfigure\nconfiguregemhomeandpath\nconfiguredbundlepath\ndefaultbundledir\ndefaultgemfile\ndefaultlockfile\ndefinition\nenvironment\nfeatureflag\nfrozenbundle?\ngitpresent?\nhome\ninstallpath\nload\nloadgemspec\nloadgemspecuncached\nloadmarshal\nlocalplatform\nlockedgems\nmkdirp\nmostspecificlockedplatform?\noriginalenv\noriginalexec\noriginalsystem\npreferredgemfilename\nreadfile\nrequire\nrequiressudo?\nreset!\nresetpaths!\nresetrubygems!\nresetsettingsandroot!\nrmrf\nroot\nrubyscope\nselfmanager\nsettings\nsetup\nspecspath\nsudo\nsystembindir\ntmp\nui\nui=\nunbundledenv\nunbundledexec\nunbundledsystem\nusesystemgems?\nuserbundlepath\nusercache\nuserhome\nwhich\nwithcleanenv\nwithoriginalenv\nwithunbundledenv\n",
                "subsections": []
            }
        }
    }
}