Method: ProcessSettings::Testing::MonitorStub.new

Defined in:
lib/process_settings/testing/monitor_stub.rb

.new(*_args) ⇒ Object



15
16
17
18
19
# File 'lib/process_settings/testing/monitor_stub.rb', line 15

def new(*_args)
  deprecator = ActiveSupport::Deprecation.new('1.0', 'ProcessSettings')
  deprecator.warn("ProcessSettings::Testing::MonitorStub is deprecated and will be removed in future versions. Use ProcessSettings::Testing::Monitor instead.", caller)
  super
end