4 5 6
# File 'lib/fuji/helper.rb', line 4 def self.dehumanize string string.downcase.gsub(/\W+/, '-') end