class AssertionError
Public Class Methods
new(msg = "Help!")
click to toggle source
Calls superclass method
# File lib/utils.rb, line 3 def initialize(msg = "Help!") super(msg) end