117 118 119
# File 'lib/jsduck/accessors.rb', line 117 def upcase_first(str) str[0,1].upcase + str[1..-1] end