Removed needless .rb

This commit is contained in:
Hiroshi SHIBATA 2020-12-02 13:32:43 +09:00
parent 4bbb610011
commit c461b2405c
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2

View File

@ -1,5 +1,5 @@
begin
require 'rubygems.rb'
require 'rubygems'
rescue LoadError
warn "`RubyGems' were not loaded."
end if defined?(Gem)