Class: Scrambler::TwoByTwo

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

Instance Method Summary collapse

Instance Method Details

#scramble(length = 20) ⇒ Object



14
15
16
17
# File 'lib/scrambler/cube.rb', line 14

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