Method: CastOff::Compiler::SimpleIR::Concatstrings#harmless?

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

#harmless?(recv_p) ⇒ Boolean

Returns:

  • (Boolean)


482
483
484
# File 'lib/cast_off/compile/ir/call_ir.rb', line 482

def harmless?(recv_p)
  true
end