examples/bot.rb in telegram-bot-ruby-0.18.0 vs examples/bot.rb in telegram-bot-ruby-0.19.0

- old
+ new

@@ -1,4 +1,6 @@ +# frozen_string_literal: true + require 'rubygems' require 'telegram/bot' token = 'replace-me-with-your-real-token'