method

_ensure_no_block

rails latest stable - Class: Builder::XmlMarkup

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v1.0.0) is shown here.

_ensure_no_block(got_block)
private

No documentation available.

# File actionpack/lib/action_view/vendor/builder/xmlmarkup.rb, line 299
    def _ensure_no_block(got_block)
      if got_block
        fail IllegalBlockError,
          "Blocks are not allowed on XML instructions"
      end
    end