mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-12 23:40:45 -07:00
Ensure we use InputIterator#each when in join filter (#1898)
This commit is contained in:
@@ -1065,7 +1065,7 @@ module Liquid
|
||||
def join(glue)
|
||||
first = true
|
||||
output = +""
|
||||
@input.each do |item|
|
||||
each do |item|
|
||||
if first
|
||||
first = false
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user