class CannotScrambleNumberDigit
Public Class Methods
new(msg = "Input cannot have only one digit!")
click to toggle source
Calls superclass method
# File lib/exceptions.rb, line 38 def initialize(msg = "Input cannot have only one digit!") super end