private Method

XmlMarkup._end_tag(sym)

Insert an ending tag.

Source Code

# File builder/xmlmarkup.rb, line 294
def _end_tag(sym)
  @target << "</#{sym}>"
end
Comments

Have your say
Please use Textile formatting (click here for a cheat sheet). Use <code/> and <pre/> for code samples.
Click here to login with OpenID to to post comments.