132 133 134 135 136
# File 'lib/web/unit/parser.rb', line 132 def start_tr( attrs ) elem = TableRow::new( attrs_to_hash(attrs) ) starttag( elem ) @table_stack.last.add_row( attrs_to_hash(attrs) ) end