Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/appengine-mapreduce/string_helpers.rb

Instance Method Summary collapse

Instance Method Details

#camelizeObject



20
21
22
# File 'lib/appengine-mapreduce/string_helpers.rb', line 20

def camelize
  StringHelper.camelize(self)
end