module FFaker::ArrayUtils

def random_pick(num)

def random_pick(num)
  warn '[ArrayUtils#random_pick] is deprecated. Please use the ModuleUtils#fetch_sample method'
  ArrayUtils.random_pick(self, num)
end