# File lib/maruku/input/charsource.rb, line 84 def consume_whitespace while c = cur_char break unless (c == ' ' || c == "\t") ignore_char end end