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