mirror of
https://github.com/kemko/liquid.git
synced 2026-01-07 02:35:40 +03: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