# File lib/action_view/helpers/asset_tag_helper.rb, line 316
      def stylesheet_path(source)
        StylesheetTag.new(self, @controller, source).public_path
      end