mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-15 08:50:45 -07:00
handle join on fixnum
This commit is contained in:
@@ -384,7 +384,7 @@ module Liquid
|
||||
end
|
||||
|
||||
def join(glue)
|
||||
to_a.join(glue)
|
||||
to_a.join(glue.to_s)
|
||||
end
|
||||
|
||||
def concat(args)
|
||||
|
||||
Reference in New Issue
Block a user