class Opal::Nodes::ReturnableYieldNode

it’s value (its last in a block etc).
Created by ‘#returns()` for when a yield statement should return

def compile

def compile
  compile_call children, @level
  with_temp do |tmp|
    wrap "return #{tmp} = ", ", #{tmp} === $breaker ? #{tmp} : #{tmp}"
  end
end