# File lib/rouge/lexers/python.rb, line 13 def self.analyze_text(text) return 1 if text.shebang?(/pythonw?(3|2(\.\d)?)?/) end