| Class | Liquid::Block |
| In: |
lib/liquid/profiler/hooks.rb
lib/liquid/block.rb |
| Parent: | Tag |
| FullToken | = | /\A#{TagStart}\s*(\w+)\s*(.*)?#{TagEnd}\z/om |
| ContentOfVariable | = | /\A#{VariableStart}(.*)#{VariableEnd}\z/om |
| TAGSTART | = | "{%".freeze |
| VARSTART | = | "{{".freeze |
| render_token | -> | render_token_without_profiling |