Class: Symbol

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

Instance Method Summary collapse

Instance Method Details

#camelizeObject



26
27
28
# File 'lib/appengine-mapreduce/string_helpers.rb', line 26

def camelize
  StringHelper.camelize(self)
end