mirror of
https://github.com/weechat/weechat.git
synced 2026-06-12 14:14:48 +02:00
ruby: remove useless call to Gem.latest_load_paths
This commit is contained in:
committed by
Sebastien Helleu
parent
dfdf42e27b
commit
7977f277ce
@@ -982,7 +982,6 @@ weechat_plugin_init (struct t_weechat_plugin *plugin, int argc, char *argv[])
|
||||
" end\n"
|
||||
" end\n"
|
||||
" require 'rubygems'\n"
|
||||
" $LOAD_PATH.concat Gem.latest_load_paths\n"
|
||||
" else\n"
|
||||
" require 'rubygems'\n"
|
||||
" end\n"
|
||||
|
||||
Reference in New Issue
Block a user