Merge pull request #242 from Shopify/overwrite_drop_inspect

Overwrite drop inspect
This commit is contained in:
Florian Weingarten
2013-08-19 09:48:16 -07:00

View File

@@ -44,6 +44,10 @@ module Liquid
true
end
def inspect
self.class.to_s
end
def to_liquid
self
end