Answers for "string has ruby"

1

if contains ruby

my_string = "abcdefg"
if my_string.include? "cde"
   puts "String includes 'cde'"
end
Posted by: Guest on November-10-2020

Browse Popular Code Answers by Language