зеркало из
https://github.com/glebtv/telegram-bot.git
synced 2026-08-28 15:26:18 +03:00
10 строки
132 B
Ruby
10 строки
132 B
Ruby
module Telegram
|
|
class Bot
|
|
VERSION = '0.3.0'.freeze
|
|
|
|
def self.gem_version
|
|
Gem::Version.new VERSION
|
|
end
|
|
end
|
|
end
|