class Hamster::Set

def join(sep = nil)

def join(sep = nil)
  to_a.join(sep)
end