# File protocol.rb, line 887 def initialize(tag, attributes={}) @tag = tag @elements = [] @attributes = attributes @data = "" end