1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Enabled to build extensions with the bundled gems

This commit is contained in:
Hiroshi SHIBATA 2021-08-24 20:46:18 +09:00 committed by Koichi Sasada
parent 3381fa5458
commit cbb115213c
Notes: git 2021-10-05 02:07:55 +09:00

View file

@ -835,9 +835,6 @@ module RbInstall
def write_cache_file
end
def build_extensions
end
def shebang(bin_file_name)
path = File.join(gem_dir, spec.bindir, bin_file_name)
first_line = File.open(path, "rb") {|file| file.gets}