# File rxml/working/xforms_transformer.rb, line 260 def _nested_structures(block) @level += 1 block.call(self) ensure @level -= 1 end