Method: Sentry::Cron::MonitorCheckIns.included
- Defined in:
- lib/sentry/cron/monitor_check_ins.rb
.included(base) ⇒ Object
72 73 74 |
# File 'lib/sentry/cron/monitor_check_ins.rb', line 72 def self.included(base) base.extend(ClassMethods) end |