# File lib/backports/1.9.1/symbol/upcase.rb, line 3
def
upcase
to_s
.
upcase
.
to_sym
end