class Rouge::Lexers::Python

def self.detect?(text)

def self.detect?(text)
  return true if text.shebang?(/pythonw?(?:[23](?:\.\d+)?)?/)
end