# File lib/active_support/core_ext/integer/inflections.rb, line 11
  def ordinalize
    ActiveSupport::Inflector.ordinalize(self)
  end