Method: String#uniq

Defined in:
lib/colorls/monkeys.rb

#uniqObject



8
9
10
# File 'lib/colorls/monkeys.rb', line 8

def uniq
  chars.uniq.join
end