# File lib/backports/rails/string.rb, line 29
  def demodulize
    gsub(/^.*::/, '')
  end