Method: String#projectize
- Defined in:
- lib/blend/core_ext/string.rb
#projectize ⇒ Object
2 3 4 |
# File 'lib/blend/core_ext/string.rb', line 2 def projectize gsub(/\s/,'').downcase end |
2 3 4 |
# File 'lib/blend/core_ext/string.rb', line 2 def projectize gsub(/\s/,'').downcase end |