зеркало из
https://github.com/glebtv/telegram-bot.git
synced 2026-08-28 15:26:18 +03:00
* Update rubopcop [WIP] * Further rubocop fixes * Fix rubocop-rails cops * Fix spec * Disable rubocop suggestions * Run rubocop in github actions rather than in codeclimate
9 строки
123 B
Ruby
Исполняемый файл
9 строки
123 B
Ruby
Исполняемый файл
#!/usr/bin/env ruby
|
|
# frozen_string_literal: true
|
|
|
|
require 'bundler/setup'
|
|
require 'telegram/bot'
|
|
|
|
require 'pry'
|
|
Pry.start
|