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
  wrap 'return ', ';'
end