| 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 }}
| FilterParser | = | /(?:#{FilterSeparator}|(?:\s*(?:#{QuotedFragment}|#{ArgumentSeparator})\s*)+)/o |
| filters | [RW] | |
| name | [RW] |