Class Liquid::Parser
In: lib/liquid/parser.rb
Parent: Object

Methods

argument   consume   consume?   expression   id?   jump   look   new   variable_signature  

Public Class methods

Public Instance methods

Only consumes the token if it matches the type Returns the token‘s contents if it was consumed or false otherwise.

Like consume? Except for an :id token of a certain name

[Validate]