There's no documentation for this item.
# File soap/generator.rb, line 173 def encode_tag_end(elename, cr = nil) if cr @buf << "\n#{ @indent }</#{ elename }>" else @buf << "</#{ elename }>" end end
<code/>
<pre/>
<code/>and<pre/>for code samples.