mirror of
https://github.com/kemko/liquid.git
synced 2026-01-05 09:45:40 +03: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 != ''
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
def self.slice_collection_using_each(collection, from, to)
|
||||
segments = []
|
||||
index = 0
|
||||
|
||||
Reference in New Issue
Block a user