以下のコードの空欄に入るキーワードは何ですか? ```ruby def get_status if true ______ "成功" end "失敗" end puts get_status # => "成功" ```