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