class TooSmall

Public Class Methods

new(msg = "Number is too small!") click to toggle source
Calls superclass method
# File lib/exceptions.rb, line 2
def initialize(msg = "Number is too small!")
        super
end