Exception: CannotScrambleArraySame

Inherits:
StandardError
  • Object
show all
Defined in:
lib/exceptions.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Input must have at least two unique elements!") ⇒ CannotScrambleArraySame

Returns a new instance of CannotScrambleArraySame.



56
57
58
# File 'lib/exceptions.rb', line 56

def initialize(msg = "Input must have at least two unique elements!")
	super
end