# File kwartz.rb, line 40
    def self.assert(message=nil)
        raise AssertionError.new(caller()[0], message)
    end