189 190 191 192 193
# File 'lib/xmk/lexer.rb', line 189 def peek c = self.consume self.push_back(c) c end