@Override
 public RubyModule executeRubyModule(VirtualFrame frame) throws UnexpectedResultException {
   return child.executeRubyModule(frame);
 }