StackOverflow 文件 Ruby Language 教程 控制流 除非 除非 Created: November-22, 2018 一個共同的說法是 if !(some condition)。Ruby 提供了 unless 語句的替代方案。 該結構與 if 語句完全相同,但條件為負。此外,unless 語句不支援 elsif,但它確實支援 else: # Prints not inclusive unless 'hellow'.include?('all') puts 'not inclusive' end 抓住觸發器運算子