[Source]
# File kwalify/errors.rb, line 16 def initialize(msg) super("*** assertion error: " + msg) end
[Validate]