Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/custom_exceptions/string.rb

Instance Method Summary collapse

Instance Method Details

#classifyObject



2
3
4
# File 'lib/custom_exceptions/string.rb', line 2

def classify
  self.split('_').collect!{ |w| w.capitalize }.join
end