min(total_liars, total_nonliars) # Python def update_gaming_networks if NetworkGameSyncAttempt.should_update?(current_user) GamingNetwork::PSN.sync(current_user) if current_user.psn GamingNetwork::Live.sync(current_user) if current_user.live GamingNetwork::Steam.sync(current_user) if current_user.steam end end #Ruby