@Override
 public RubyFile executeRubyFile(VirtualFrame frame) throws UnexpectedResultException {
   return child.executeRubyFile(frame);
 }