Sha256: 46b53811fac6f1563934d3993d3099b37d2dadec55ed57c098d34dbb3720206d
Contents?: true
Size: 181 Bytes
Versions: 40
Compression:
Stored size: 181 Bytes
Contents
module WithStats def stats_for(user) return unless user.present? Stats.from_statuses statuses_for(user) end def started?(user) stats_for(user).started? end end
Version data entries
40 entries across 40 versions & 1 rubygems