Class: StructuredWarnings::DeprecatedSignatureWarning
- Inherits:
-
DeprecationWarning
- Object
- Base
- DeprecationWarning
- StructuredWarnings::DeprecatedSignatureWarning
- Defined in:
- lib/structured_warnings/base.rb
Overview
This warning marks the given parameters for a certain methods as deprecated. We recommend to add a useful warning message, which alternative to use instead.
Method Summary
Methods inherited from Base
#backtrace, #initialize, #inspect, #set_backtrace, #to_s
Methods included from Base::ClassMethods
Constructor Details
This class inherits a constructor from StructuredWarnings::Base