# File lib/maruku/input/charsource.rb, line 237 def ignore_chars(n) n.times do @s.get_byte end nil end