Sha256: 1f83d10334083005612febb9e0e6570fa4b72e65a42b9da2b37bf75ff500639d
Contents?: true
Size: 241 Bytes
Versions: 9
Compression:
Stored size: 241 Bytes
Contents
class GetaroundUtils::Utils::HttpReporter include GetaroundUtils::Mixins::Loggable def initialize(_) loggable_log(:warn, 'use of deprecated class') end def report(_) loggable_log(:warn, 'use of deprecated class') end end
Version data entries
9 entries across 9 versions & 1 rubygems