engine/lib/locomotive/liquid/drops/array_extension.rb

6 lines
84 B
Ruby

class Array
def to_liquid
Locomotive::Liquid::Drops::Base.new(self)
end
end