ext/ripper/lib/ripper/lexer.rb: Consistently use Array#push
Array#push
instead of <<. All the other callsites use push.
push
ext/ripper/lib/ripper/lexer.rb: Consistently use
Array#pushinstead of <<. All the other callsites use
push.