# File lib/sprockets/helpers/asset_path.rb, line 18
      def to_a
        @asset.to_a.map do |dependency|
          AssetPath.new(@uri.clone, dependency, @options.merge(:body => true)).to_s
        end
      end