Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/terraspace/ext/core/string.rb

Instance Method Summary collapse

Instance Method Details

#camelcaseObject



2
3
4
# File 'lib/terraspace/ext/core/string.rb', line 2

def camelcase
  self.underscore.camelize
end