尝试注释此代码时,玫瑰内存(@||=)给我一个错误Useofundeclaredvariable@git_sha。#typed:strict#frozen_string_literal:truemoduleUtilextendT::Sigsig{returns(String)}defself.git_sha@git_sha||=ENV.fetch('GIT_REV',`gitrev-parse--verifyHEAD2>&1`).chompendend据我所知,我应该使用T.let声明变量的类型,但还没有弄清楚具体的方法。 最佳答案