We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fe3da0e + 8e37c5e commit cd99715Copy full SHA for cd99715
lib/liquid/variable_lookup.rb
@@ -6,7 +6,7 @@ class VariableLookup
6
7
attr_reader :name, :lookups
8
9
- def self.parse(markup, string_scanner, cache = nil)
+ def self.parse(markup, string_scanner = StringScanner.new(""), cache = nil)
10
new(markup, string_scanner, cache)
11
end
12
lib/liquid/version.rb
@@ -2,5 +2,5 @@
2
# frozen_string_literal: true
3
4
module Liquid
5
- VERSION = "5.6.3"
+ VERSION = "5.6.4"
0 commit comments