# File lib/rouge/lexers/r.rb, line 46
      def self.analyze_text(text)
        return 1 if text.shebang? 'Rscript'
      end