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 wrap "return ", ";" end
it’s value (its last in a block etc).
Created by ‘#returns()` for when a yield statement should return
def compile compile_call children, @level wrap "return ", ";" end