返回一个删除了所有重复值的数组的块 helper 。最好与eachhelper一起使用。
each
array
{Array}
returns
{{unique array}}
{{ assign 'potion_array' (split 'invisibility, health, love, health, invisibility' ', ') }}{{ join (unique potion_array) ', ' }}