ruby str find code example Example: if contains ruby my_string = "abcdefg" if my_string.include? "cde" puts "String includes 'cde'" end