RegexLexer
# File lib/rouge/lexers/sed.rb, line 10 def self.analyze_text(text) return 1 if text.shebang? 'sed' end
# File lib/rouge/lexers/sed.rb, line 46 def regex @regex ||= Regex.new(options) end
# File lib/rouge/lexers/sed.rb, line 50 def replacement @replacement ||= Replacement.new(options) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.