Improve rbext create boilerplate, add type hints.
Review Request #14543 — Created July 31, 2025 and submitted — Latest diff uploaded
The boilerplate created by
rbext create
was a little bit crufty,
having a mix of fake code and real. This change cleans that up so that
it's true boilerplate only, and all the fake stuff is in comments.This change also modernizes the implementation of
rbext
with type
hints and some modern syntax nicety.
Generated extensions with
rbext create
.