Sha256: 03f12d8c5c6f73dda7c0ad4cb74da101c6288e8d37678e0290debab589e56614
Contents?: true
Size: 289 Bytes
Versions: 4
Compression:
Stored size: 289 Bytes
Contents
# frozen_string_literal: true module Responders module LocationResponder def self.included(_base) ActiveSupport::Deprecation.warn "Responders::LocationResponder is enabled by default, " \ "no need to include it", caller end end end
Version data entries
4 entries across 4 versions & 2 rubygems