# File lib/action_view/helpers/asset_tag_helpers/stylesheet_tag_helpers.rb, line 136 def stylesheet_link_tag(*sources) @stylesheet_include ||= StylesheetIncludeTag.new(config, asset_paths) @stylesheet_include.include_tag(*sources) end