source = Source.fromBytes(bytes, inputFile, new BytesDecoder.UTF8BytesDecoder());
}
final RubyRootNode parsedRootNode = truffleContext.getTranslator().parse(truffleContext, source, parserContext, parentFrame, null);
final CallTarget callTarget = Truffle.getRuntime().createCallTarget(parsedRootNode);
return callTarget.call(RubyArguments.pack(null, parentFrame, self, null, new Object[]{}));
}
}, truffleContext.getCoreLibrary().getNilObject());
}