Class: Shaner::Str
- Inherits:
-
Object
- Object
- Shaner::Str
- Defined in:
- lib/shaner/str.rb
Class Method Summary collapse
Class Method Details
.title(str) ⇒ Object
5 6 7 |
# File 'lib/shaner/str.rb', line 5 def self.title(str) str.titleize end |