Module: Sduy

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

Constant Summary collapse

VERSION =
"0.0.2"

Class Method Summary collapse

Class Method Details

.to_underscore(text) ⇒ Object



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

def self.to_underscore(text)
  text_separated = text.gsub(' ', '_').downcase
  return text_separated
end