removing unused method
Oleg
committed Sep 01, 2011
commit 6fa687e26ad139308953403767a6b1e2178b4a4b
Showing 1
changed file with
0 additions
and 5 deletions
comfortable_mexican_sofa/extensions/rails.rb b/lib/comfortable_mexican_sofa/extensions/rails.rb
+0
-5
| @@ | @@ -3,11 +3,6 @@ class String |
| def idify | |
| self.strip.gsub(/\W/, '_').gsub(/\s|^_*|_*$/, '').squeeze('_') | |
| end | |
| - | |
| - | # Capitalize all words in the string |
| - | def capitalize_all(delimiter = ' ') |
| - | self.split(delimiter).collect{|w| w.capitalize }.join(' ') |
| - | end |
| end | |
| module Enumerable | |