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