Revert some freezes on non-literals

This commit is contained in:
Florian Weingarten
2014-01-27 14:56:07 -05:00
parent 43ac8d560b
commit 0a7de51e2b
6 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ module Liquid
end
def block_delimiter
"end#{block_name}".freeze
"end#{block_name}"
end
def block_name