# File lib/active_support/core_ext/string/inflections.rb, line 11
        def singularize
          Inflector.singularize(self)
        end