[PRISM] Define and use a pm_add_ensure_iseq
Prior to this commit, we were using add_ensure_iseq which compiled a node as if it was a CRuby node. This commit defines pm_add_ensure_iseq which compiles the Prism node appropriately.
add_ensure_iseq
pm_add_ensure_iseq
[PRISM] Define and use a pm_add_ensure_iseq
Prior to this commit, we were using
add_ensure_iseqwhich compileda node as if it was a CRuby node. This commit defines
pm_add_ensure_iseqwhich compiles the Prism node appropriately.