Liquid::Drop should not return a string representation of standard ruby objects

This commit is contained in:
Adam Doeler
2014-02-07 14:48:02 -05:00
parent 765751b9cb
commit 5f8a028a56
2 changed files with 9 additions and 0 deletions
+4
View File
@@ -52,6 +52,10 @@ module Liquid
self
end
def to_s
self.class.name
end
alias :[] :invoke_drop
private