Closed
Description
Problem statement
Generator.scrub_ gets called by the procedure generators in each language. It's also overridden in some languages. It should probably be renamed scrub and made public.
Expected Behavior
scrub_ should be made public since it is called by other bits of code.
Actual Behavior
scrub_ is private and is called anyway.