Class: Scrambler::SevenBySeven
Instance Method Summary collapse
Instance Method Details
#scramble(length = 100) ⇒ Object
49 50 51 52 |
# File 'lib/scrambler/cube.rb', line 49 def scramble(length = 100) turns = [%w(R L 2R 2L 3R 3L), %w(F B 2F 2B 3F 3B), %w(D U 2D 2U 3D 3U)] super turns, length end |