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