Class: Scrambler::ThreeByThree

Inherits:
Cube
  • Object
show all
Defined in:
lib/scrambler/cube.rb

Instance Method Summary collapse

Instance Method Details

#scramble(length = 25) ⇒ Object



21
22
23
24
# File 'lib/scrambler/cube.rb', line 21

def scramble(length = 25)
  turns = [%w{R L}, %w{F B}, %w{D U}]
  super turns, length
end