class Rouge::Lexers::Sed

def self.detect?(text)

def self.detect?(text)
  return true if text.shebang? 'sed'
end