Method: CastOff::Compiler::SimpleIR::Putstring#propergate_guard_usage

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

#propergate_guard_usageObject



204
205
206
207
# File 'lib/cast_off/compile/ir/call_ir.rb', line 204

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