method
assert
ruby latest stable - Class:
XMLRPC::XMLParser::AbstractTreeParser
assert(b)private
No documentation available.
# File lib/xmlrpc/parser.rb, line 260
def assert(b)
if not b then
raise "assert-fail"
end
end