{
    "mode": "ri",
    "parameter": "RDoc::ERBIO",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/ri/RDoc%3A%3AERBIO/json",
    "generated": "2026-06-02T14:24:14Z",
    "sections": {
        "RDoc::ERBIO < ERB": {
            "content": "(from gem rdoc-7.2.0)\n------------------------------------------------------------------------\nA subclass of ERB that writes directly to an IO.  Credit to Aaron\nPatterson and Masatoshi SEKI.\n\nTo use:\n\nerbio = RDoc::ERBIO.new '<%= \"hello world\" %>', nil, nil\n\nFile.open 'hello.txt', 'w' do |io|\nerbio.result binding\nend\n\nNote that binding must enclose the io you wish to output on.\n------------------------------------------------------------------------",
            "subsections": []
        },
        "Class methods:": {
            "content": "new\n",
            "subsections": []
        },
        "Instance methods:": {
            "content": "seteoutvar\n",
            "subsections": []
        }
    },
    "flags": [],
    "examples": [],
    "see_also": []
}