Class: Scrambler::ThreeByThree
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 |