StackOverflow 文件 Ruby Language 教程 字串 字串以。結尾 字串以。結尾 Created: November-22, 2018 要查詢字串是否以模式結尾,end_with? 方法會派上用場 str = "I like pineapples" str.end_with?("pineaaples") => false 多行字串字串插值