Sha256: 21b433cc96a724ac4bd0887c78655c27d0dd220a1aa59dbebc88b84f8d97821f
Contents?: true
Size: 290 Bytes
Versions: 3
Compression:
Stored size: 290 Bytes
Contents
module Telegram module Bot class Botan # Helpers for botan.io metrics. module ClientHelpers attr_reader :botan def initialize(*, botan: nil, **) super @botan = Botan.wrap(botan, id: id) if botan end end end end end
Version data entries
3 entries across 3 versions & 1 rubygems