зеркало из
https://github.com/glebtv/telegram-bot.git
synced 2026-08-28 15:26:18 +03:00
8 строки
93 B
Ruby
Исполняемый файл
8 строки
93 B
Ruby
Исполняемый файл
#!/usr/bin/env ruby
|
|
|
|
require 'bundler/setup'
|
|
require 'telegram/bot'
|
|
|
|
require 'pry'
|
|
Pry.start
|