Xml builder using straight xml within the rxml template

I was wondering how can I insert straight xml, ie “test” inside
the builder syntax.

For example, i want to be able to do something like this

xml.A do
xml.B do
test

end
end

should give:

test

Anybody have a clue on this one?