Method: Appium::Project.scramble

Defined in:
lib/appium/project.rb

.scramble(array) ⇒ Object



7
8
9
# File 'lib/appium/project.rb', line 7

def self.scramble(array)
  array.shuffle
end