Sha256: b0c9f5c3c611d57674cc20bba08e41a90796665353ec9f84f3631908b51fa418
Contents?: true
Size: 241 Bytes
Versions: 30
Compression:
Stored size: 241 Bytes
Contents
# frozen_string_literal: true module Meibo class UserProfileSet < DataSet def check_semantically_consistent super each do |user_profile| roster.users.find(user_profile.user_sourced_id) end end end end
Version data entries
30 entries across 30 versions & 1 rubygems