struct Liquid::Token

Defined in:

liquid/token.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(raw_value : String, line_number : Int32) #

[View source]

Instance Method Detail

def kind : Kind #

[View source]
def line_number : Int32 #

[View source]
def lstrip? : Bool #

[View source]
def raw_value : String #

[View source]
def rstrip? : Bool #

[View source]
def value : String #

[View source]