class Rouge::Lexers::Sed
def self.analyze_text(text)
def self.analyze_text(text) return 1 if text.shebang? 'sed' end
def regex
def regex @regex ||= Regex.new(options) end
def replacement
def replacement @replacement ||= Replacement.new(options) end