public Method

XmlEvents._start_tag(sym, attrs, end_too=false)

There's no documentation for this item.

Source Code

# File builder/xmlevents.rb, line 53
def _start_tag(sym, attrs, end_too=false)
  @target.start_tag(sym, attrs)
  _end_tag(sym) if end_too
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.