관리-도구
편집 파일: include%3f-i.yaml
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Returns <tt>true</tt> if <em>module</em> is included in <em>mod</em> or one of <em>mod</em>'s ancestors. - !ruby/struct:SM::Flow::VERB body: " module A\n end\n class B\n include A\n end\n class C < B\n end\n B.include?(A) #=> true\n C.include?(A) #=> true\n A.include?(A) #=> false\n" full_name: Module#include? is_singleton: false name: include? params: | mod.include?(module) => true or false visibility: public