# File lib/kwartz/converter.rb, line 47 def initialize(matched, linenum=nil) @prev_text = matched[1] @tag_text = matched[2] @head_space = matched[3] @is_etag = matched[4] == '/' @tagname = matched[5] @attr_str = matched[6] @extra_space = matched[7] @is_empty = matched[8] == '/' @tail_space = matched[9] @linenum = linenum end