관리-도구
편집 파일: include%3f-i.yaml
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Returns <tt>true</tt> if the given object is present in <em>self</em> (that is, if any object <tt>==</tt> <em>anObject</em>), <tt>false</tt> otherwise. - !ruby/struct:SM::Flow::VERB body: " a = [ "a", "b", "c" ]\n a.include?("b") #=> true\n a.include?("z") #=> false\n" full_name: Array#include? is_singleton: false name: include? params: | array.include?(obj) -> true or false visibility: public