Method: Mathemagical::LaTeX::Scanner#peek_command

Defined in:
lib/mathemagical/latex.rb

#peek_commandObject



79
80
81
# File 'lib/mathemagical/latex.rb', line 79

def peek_command
	check_command ? self[1] : nil
end