Method: Catche::Tag#join

Defined in:
lib/catche/tag.rb

#join(*tags) ⇒ Object



11
12
13
# File 'lib/catche/tag.rb', line 11

def join(*tags)
  tags.flatten.compact.uniq.join(DIVIDER)
end