# File lib/rbot/core/utils/extends.rb, line 116
    def shuffle
      sort_by { rand }
    end