관리-도구
편집 파일: has_elements%3f-i.yaml
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Evaluates to <tt>true</tt> if this element has at least one child Element - !ruby/struct:SM::Flow::VERB body: " doc = Document.new "<a><b/><c>Text</c></a>"\n doc.root.has_elements # -> true\n doc.elements["/a/b"].has_elements # -> false\n doc.elements["/a/c"].has_elements # -> false\n" full_name: REXML::Element#has_elements? is_singleton: false name: has_elements? params: () visibility: public