String ends with



examples/strings/ends_with.cr
text = "The black cat climbed the green tree"
puts text.ends_with?("tree")