# File lib/html5/inputstream.rb, line 340 def unget(characters) @queue.unshift(*characters.to_a) unless characters == :EOF end