ruby string has a #start_with? method
Ruby String has a #start_with? variadic method:
"hello".start_with?("heaven", /hell/)
=> true
h/t Mary
Tweet
Ruby String has a #start_with? variadic method:
"hello".start_with?("heaven", /hell/)
=> true
h/t Mary
Tweet