Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/custom_exceptions/string.rb
Instance Method Summary collapse
Instance Method Details
#classify ⇒ Object
2 3 4 |
# File 'lib/custom_exceptions/string.rb', line 2 def classify self.split('_').collect!{ |w| w.capitalize }.join end |