module Appium::Project

Constants

VERSION

Public Class Methods

scramble(array) click to toggle source
# File lib/appium/project.rb, line 7
def self.scramble(array)
  array.shuffle
end