# File lib/html5/inputstream.rb, line 401 def find_next(byte_list) until byte_list.include?(current_byte) @position += 1 end end