class Seahorse::Client::Xml::Builder::XmlDoc

def open_el(name, attrs)

def open_el(name, attrs)
  "#{@pad}<#{name}#{attributes(attrs)}>"
end