mirror of
https://github.com/kemko/liquid.git
synced 2026-01-08 03:05:42 +03:00
Merge pull request #347 from Dillon-Benson/patch-1
remove template return
This commit is contained in:
@@ -60,7 +60,6 @@ module Liquid
|
||||
def parse(source, options = {})
|
||||
template = Template.new
|
||||
template.parse(source, options)
|
||||
template
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user