Merge NODE_LINE and NODE_ENCODING cases in cond0 function by S-H-GAMELINKS · Pull Request #12794 · ruby/ruby

NODE_LINE and NODE_ENCODING cases are used SWITCH_BY_COND_TYPE macro that is same to NODE_INTEGER and other cases. NODE_LINE and NODE_ENCODING cases can be marge to NODE_INTEGER and other node cases.