Class: Scrambler::FiveByFive

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

Instance Method Summary collapse

Instance Method Details

#scramble(length = 60) ⇒ Object



35
36
37
38
# File 'lib/scrambler/cube.rb', line 35

def scramble(length = 60)
  turns = [%w{R L Rw Lw}, %w{F B Fw Bw}, %w{D U Dw Uw}]
  super turns, length
end