# File lib/rouge/lexers/groovy.rb, line 14
      def self.analyze_text(text)
        return 1 if text.shebang?(/groovy/)
      end