class AdLint::Postfilter::PlainMessageLine
Public Class Methods
new(str)
click to toggle source
Calls superclass method
AdLint::Postfilter::MessageLine::new
# File lib/adlint/postfilter/content.rb, line 122 def initialize(str) super(str, *str.scan(/\A(.*):(?:(\d*):\d*|):.*:(.*):/).first) end