# File lib/deltacloud/core_ext/string.rb, line 60
  def uncapitalize
    self[0, 1].downcase + self[1..-1]
  end