Fix assertion when envval of proc is Qundef
The following code crashes with assertions enabled because envval could be Qundef:
{}.to_proc.dup
Fix assertion when envval of proc is Qundef
The following code crashes with assertions enabled because envval could
be Qundef: