Ruby Control Structures - Unless

  • + 0 comments
    def scoring(array)
        array.reject(&:is_admin?).each(&:update_score)
    end