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