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