{
    "mode": "ri",
    "parameter": "ActiveSupport::ArrayInquirer",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/ri/ActiveSupport%3A%3AArrayInquirer/json",
    "generated": "2026-07-25T04:31:25Z",
    "sections": {
        "ActiveSupport::ArrayInquirer < Array": {
            "content": "(from /home/chedong/.local/share/rdoc)\n------------------------------------------------------------------------\nWrapping an array in an ArrayInquirer gives a friendlier way to check\nits string-like contents:\n\nvariants = ActiveSupport::ArrayInquirer.new([:phone, :tablet])\n\nvariants.phone?    # => true\nvariants.tablet?   # => true\nvariants.desktop?  # => false\n------------------------------------------------------------------------",
            "subsections": []
        },
        "Instance methods:": {
            "content": "any?\n",
            "subsections": []
        }
    },
    "flags": [],
    "examples": [],
    "see_also": []
}