Class Liquid::Variable
In: lib/liquid/variable.rb
Parent: Object

Holds variables. Variables are only loaded "just in time" and are not evaluated as part of the render stage

  {{ monkey }}
  {{ user.name }}

Variables can be combined with filters:

  {{ user | link }}

Methods

new   render  

Constants

FilterParser = /(?:#{FilterSeparator}|(?:\s*(?!(?:#{FilterSeparator}))(?:#{QuotedFragment}|\S+)\s*)+)/o

Attributes

filters  [RW] 
name  [RW] 

Public Class methods

Public Instance methods

[Validate]