Overwrite drop inspect

This commit is contained in:
Florian Weingarten
2013-08-19 12:08:27 -04:00
parent 355199dac4
commit a57d576708
+4
View File
@@ -44,6 +44,10 @@ module Liquid
true true
end end
def inspect
self.class.to_s
end
def to_liquid def to_liquid
self self
end end