mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-12 23:40:45 -07:00
Liquid::Drop should not return a string representation of standard ruby objects
This commit is contained in:
@@ -52,6 +52,10 @@ module Liquid
|
||||
self
|
||||
end
|
||||
|
||||
def to_s
|
||||
self.class.name
|
||||
end
|
||||
|
||||
alias :[] :invoke_drop
|
||||
|
||||
private
|
||||
|
||||
Reference in New Issue
Block a user