# File scripts/ad.rb, line 159 def initialize(txt, pos, is_match=false, results={}) @txt = txt @pos = pos @is_match = is_match @results = results end