mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-12 23:40:45 -07:00
don't make original slice_collection_using_each private
This commit is contained in:
@@ -13,8 +13,6 @@ module Liquid
|
|||||||
collection.is_a?(String) && collection != ''
|
collection.is_a?(String) && collection != ''
|
||||||
end
|
end
|
||||||
|
|
||||||
private
|
|
||||||
|
|
||||||
def self.slice_collection_using_each(collection, from, to)
|
def self.slice_collection_using_each(collection, from, to)
|
||||||
segments = []
|
segments = []
|
||||||
index = 0
|
index = 0
|
||||||
|
|||||||
Reference in New Issue
Block a user