Class: String
- Inherits:
- 
      Object
      
        - Object
- String
 
- Defined in:
- lib/appengine-mapreduce/string_helpers.rb
Instance Method Summary collapse
Instance Method Details
#camelize ⇒ Object
| 20 21 22 | # File 'lib/appengine-mapreduce/string_helpers.rb', line 20 def camelize StringHelper.camelize(self) end |