private Method

XmlMarkup._ensure_no_block(got_block)

There's no documentation for this item.

Source Code

# File builder/xmlmarkup.rb, line 319
def _ensure_no_block(got_block)
  if got_block
    fail IllegalBlockError,
    "Blocks are not allowed on XML instructions"
  end
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.