# File lib/pathutil.rb, line 473
  def normalize
    return @normalize ||= begin
      self.class.normalize
    end
  end