# File lib/yard/templates/helpers/markup_helper.rb, line 140
      def markup_file_contents(contents)
        contents =~ MARKUP_FILE_SHEBANG ? $' : contents
      end