관리-도구
편집 파일: include%3f-i.yaml
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Returns <tt>true</tt> if <em>str</em> contains the given string or character. - !ruby/struct:SM::Flow::VERB body: " "hello".include? "lo" #=> true\n "hello".include? "ol" #=> false\n "hello".include? ?h #=> true\n" full_name: String#include? is_singleton: false name: include? params: | str.include? other_str => true or false str.include? fixnum => true or false visibility: public