Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/terraspace/ext/core/string.rb
Instance Method Summary collapse
Instance Method Details
#camelcase ⇒ Object
2 3 4 |
# File 'lib/terraspace/ext/core/string.rb', line 2 def camelcase self.underscore.camelize end |