# File lib/nanoc/base/core_ext/string.rb, line 8
  def cleaned_identifier
    "/#{self}/".gsub(/^\/+|\/+$/, '/')
  end