Class: StructuredWarnings::DeprecationWarning

Inherits:
Base
  • Object
show all
Defined in:
lib/structured_warnings/base.rb

Overview

This is a general warning used to mark certain actions 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

#active?, #disable, #enable

Constructor Details

This class inherits a constructor from StructuredWarnings::Base