# File lib/jammit/helper.rb, line 75
    def tags_with_options(packages, options)
      packages.dup.map {|package|
        yield package
      }.flatten.map {|package|
        stylesheet_link_tag package, options
      }.join("\n")
    end