7 8 9
# File 'lib/formation/util.rb', line 7 def self.underscore(string) string.to_s.downcase.gsub(/\s/, '_') end