| 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 | = | /(?:\s+|#{QuotedFragment}|#{ArgumentSeparator})+/o |
| EasyParse | = | /\A *(\w+(?:\.\w+)*) *\z/ |
| filters | [RW] | |
| line_number | [RW] | |
| name | [RW] | |
| warnings | [RW] |