# File ./protocol.rb, line 1130 def append_data(data) @element_data = "" unless @element_data @element_data += data self end