# File lib/sprockets/asset.rb, line 209
      def expand_root_path(path)
        path.to_s.sub(/^\$root/, @root)
      end