Module: DeprecationHelper::Strategies::BaseStrategyInterface
- Extended by:
- T::Helpers, T::Sig
- Included in:
- ErrorStrategyInterface, LogError, LogErrorAndStacktrace, RaiseError
- Defined in:
- lib/deprecation_helper/strategies/base_strategy_interface.rb
Overview
This is the interface for all strategies
Instance Method Summary collapse
Instance Method Details
#apply!(message, backtrace) ⇒ Object
13 14 |
# File 'lib/deprecation_helper/strategies/base_strategy_interface.rb', line 13 def apply!(, backtrace) end |