lib/ext/string.rb in zipcoder-0.4.0 vs lib/ext/string.rb in zipcoder-0.4.1

- old
+ new

@@ -20,10 +20,6 @@ def to_zip self end - def capitalize_all - self.split(' ').map {|w| w.capitalize }.join(' ') - end - end \ No newline at end of file