Type:
Class
Constants:
SKIP_COMMENT_PATTERN
:
Regexp.compile(Regexp.escape('/** ##skip'))
SPECIAL_INSN_FOR_SC_AFTER
:
{
/\Asend/ => [:a],
/\Aend/ => [:a],
/\Ayield/ => [:a],
/\Aclassdef/ => [:a],
/\Amoduledef/ => [:a],
}
sc
FROM_SC
:
[[], [:a], [:b], [:a, :b], [:b, :a]]