Sha256: a15e06e613d41e2aacdd25aa19c1712a2442723ea59e83ceeb42c193b2f42e99
Contents?: true
Size: 258 Bytes
Versions: 116
Compression:
Stored size: 258 Bytes
Contents
# typed: strong class DailyProphetMailer < ApplicationMailer extend T::Sig sig { params(wizards: T::Array[Wizard], hotnews_only: T::Boolean).void } def notify_subscribers(wizards:, hotnews_only:) # TODO: mail the latest news to wizards! end end
Version data entries
116 entries across 35 versions & 1 rubygems