class Rouge::Lexers::Python

def self.detect?(text)

def self.detect?(text)
  return true if text.shebang?(/pythonw?(3|2(\.\d)?)?/)
end