If the Builder::XChar module is not currently defined, fail on any name
clashes in standard library classes.
From active_support/vendor/builder-2.1.2/builder/blankslate.rb
BlankSlate has been promoted to a top level name and is now available as a
standalone gem. We make the name available in the Builder namespace for
compatibility.
| Classes |
| CSS |
Create a Cascading Style Sheet (CSS) using Ruby.
|
| IllegalBlockError |
Generic error for builder
|
| XmlBase |
XmlBase is a base class for building XML builders. See Builder::XmlMarkup
and Builder::XmlEvents for examples.
|
| XmlEvents |
Create a series of SAX-like XML events (e.g. start_tag, end_tag) from the
markup code. XmlEvent objects are used in a way similar to XmlMarkup
objects, except that a series of events are generated and passed to a
handler rather than generating character-based markup.
|
| XmlMarkup |
Create XML markup easily. All (well, almost all) methods sent to an
XmlMarkup object will be translated to the equivalent XML markup. Any
method with a block will be treated as an XML markup tag with nested markup
in the block.
|
<code/>and<pre/>for code samples.