Remove unused gem.bin= method; close #4271

This commit is contained in:
Yukihiro "Matz" Matsumoto
2019-03-02 15:57:39 +09:00
parent af51119d3a
commit ad45f51caf
-4
View File
@@ -119,10 +119,6 @@ module MRuby
@conflicts << {:gem => name, :requirements => req.empty? ? nil : req}
end
def self.bin=(bin)
@bins = [bin].flatten
end
def build_dir
"#{build.build_dir}/mrbgems/#{name}"
end