Sha256: 6fa9c9dc6c327a5bee9eb5440696a6501d77756f28eb6eb9696093b5d6cdb1e7
Contents?: true
Size: 196 Bytes
Versions: 13
Compression:
Stored size: 196 Bytes
Contents
# frozen_string_literal: true module Telegram module Bot class NullLogger < Logger def initialize(*); end # rubocop:disable Lint/MissingSuper def add(*); end end end end
Version data entries
13 entries across 13 versions & 1 rubygems