관리-도구
편집 파일: start_with%3f-i.yaml
--- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: Returns true if <em>str</em> starts with the prefix given. full_name: String#start_with? is_singleton: false name: start_with? params: | str.start_with?([prefix]+) => true or false visibility: public