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