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