1
0
зеркало из https://github.com/glebtv/telegram-bot.git synced 2026-08-28 15:26:18 +03:00
Files
telegram-bot/bin/console
2024-05-12 21:41:03 +01:00

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)