# File lib/facets/core/symbol/upcase.rb, line 6
def
upcase
to_s
.
upcase
.
to_sym
end