# File kwartz.rb, line 108 def initialize(location, msg=nil) super("assertion error: #{location}" + (msg ? ": msg=#{msg};" : "")) end