зеркало из
https://github.com/glebtv/telegram-bot.git
synced 2026-08-28 15:26:18 +03:00
12 строки
181 B
Ruby
Исполняемый файл
12 строки
181 B
Ruby
Исполняемый файл
#!/usr/bin/env ruby
|
|
# frozen_string_literal: true
|
|
|
|
require 'bundler/setup'
|
|
require 'telegram/bot'
|
|
|
|
require 'irb'
|
|
require 'irb/completion'
|
|
|
|
IRB.setup(nil)
|
|
IRB::Irb.new.run(IRB.conf)
|