Method: CastOff::Compiler::SimpleIR::Concatstrings#propergate_guard_usage

Defined in:
lib/cast_off/compile/ir/call_ir.rb

#propergate_guard_usageObject



458
459
460
461
# File 'lib/cast_off/compile/ir/call_ir.rb', line 458

def propergate_guard_usage()
  params = param_irs()
  params.each{|p| p.need_guard(false)}
end