private Method

XmlMarkup._text(text)

Insert text directly in to the builder’s target.

Source Code

# File builder/xmlmarkup.rb, line 270
def _text(text)
  @target << text
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.