Parent

Methods

Class/Module Index [+]

Quicksearch

String

Public Instance Methods

camelize() click to toggle source
# File lib/fog/ecloud/generate_collection.rb, line 4
def camelize
  self.split('_').map {|w| w.capitalize}.join
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.