Module: TextHue

Defined in:
lib/texthue.rb,
lib/texthue/version.rb

Constant Summary collapse

VERSION =
"0.0.2"

Class Method Summary collapse

Class Method Details

.convert(string) ⇒ Object



5
6
7
# File 'lib/texthue.rb', line 5

def self.convert(string)
  "\##{Digest::MD5.hexdigest(string)[0...6]}"
end