Deprecator Module
10 11 12
# File 'lib/pg_rls/deprecation.rb', line 10 def self.logger @logger ||= ::ActiveSupport::Deprecation.new(PgRls::VERSION, "PgRls") end
6 7 8
# File 'lib/pg_rls/deprecation.rb', line 6 def self.warn(message) logger.warn(message) end