mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-16 17:30:43 -07:00
Use parse_context or options instead of @options.
This commit is contained in:
@@ -12,6 +12,8 @@ module Liquid
|
||||
class Variable
|
||||
FilterParser = /(?:\s+|#{QuotedFragment}|#{ArgumentSeparator})+/o
|
||||
attr_accessor :filters, :name, :line_number
|
||||
attr_reader :options
|
||||
alias_method :parse_context, :options
|
||||
include ParserSwitching
|
||||
|
||||
def initialize(markup, parse_context)
|
||||
|
||||
Reference in New Issue
Block a user