method

joined_contents

joined_contents()
private

No documentation available.

# File actionpack/lib/action_view/helpers/asset_tag_helper.rb, line 741
            def joined_contents
              tag_sources.collect { |source| source.contents }.join("\n\n")
            end