atipugin / telegram-bot-ruby

Ruby wrapper for Telegram's Bot API
https://core.telegram.org/bots/api
Do What The F*ck You Want To Public License
1.35k stars 217 forks source link

Use `require_relative` instead of `File.expand_path` and `$LOAD_PATH.unshift` #280

Closed AlexWayfer closed 1 year ago

AlexWayfer commented 1 year ago

It also can prevent some errors with requiring not proper version from specs (but globally installed one).