# File lib/html5/inputstream.rb, line 370 def skip(chars=SPACE_CHARACTERS) while chars.include?(current_byte) @position += 1 end end