Module: PgRls::Deprecation
- Defined in:
- lib/pg_rls/deprecation.rb
Overview
Deprecator Module
Class Method Summary collapse
Class Method Details
.logger ⇒ Object
10 11 12 |
# File 'lib/pg_rls/deprecation.rb', line 10 def self.logger @logger ||= ::ActiveSupport::Deprecation.new(PgRls::VERSION, "PgRls") end |
.warn(message) ⇒ Object
6 7 8 |
# File 'lib/pg_rls/deprecation.rb', line 6 def self.warn() logger.warn() end |