Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/core_ext/string.rb
Instance Method Summary collapse
Instance Method Details
#titleize_br ⇒ Object
4 5 6 |
# File 'lib/core_ext/string.rb', line 4 def titleize_br TitleizeBr.titleize(self) end |