🌈 搜索
📅  最后修改于: 2022-03-11 15:04:47.955000             🧑  作者: Mango
my_string = "abcdefg" if my_string.include? "cde" puts "String includes 'cde'" end