# File lib/deltacloud/core_ext/string.rb, line 64
  def upcase_first
    self[0, 1].upcase + self[1..-1]
  end