Method: String#classify

Defined in:
lib/core/string.rb

#classifyObject



27
28
29
# File 'lib/core/string.rb', line 27

def classify
  self.capitalize
end