remove template return

This commit is contained in:
Dillon Benson
2014-04-30 03:00:16 -04:00
parent 6a1c3cff1a
commit a85fb38769

View File

@@ -60,7 +60,6 @@ module Liquid
def parse(source, options = {})
template = Template.new
template.parse(source, options)
template
end
end