Method: CastOff::Compiler::SimpleIR::Putstring#propergate_exact_class

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

#propergate_exact_class(defs) ⇒ Object



209
210
211
# File 'lib/cast_off/compile/ir/call_ir.rb', line 209

def propergate_exact_class(defs)
  @return_value.class_exact? ? false : @return_value.is_class_exact()
end