# File lib/liquid/parser.rb, line 41 def look(type, ahead = 0) tok = @tokens[@p + ahead] return false unless tok tok[0] == type end