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