# File lib/rbot/core/utils/extends.rb, line 90
  def pick_one
    return nil if self.empty?
    self[rand(self.length)]
  end