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