summaryrefslogtreecommitdiffhomepage
path: root/lib
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2019-03-02 15:57:39 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2019-03-02 15:57:39 +0900
commitad45f51cafd046d41c437df35e453f5450ae6ee9 (patch)
treeb8301c58d7892685035621773742baf581b606a4 /lib
parentaf51119d3a4d56cead0e6b4da69efc78667314d2 (diff)
downloadmruby-ad45f51cafd046d41c437df35e453f5450ae6ee9.tar.gz
mruby-ad45f51cafd046d41c437df35e453f5450ae6ee9.zip
Remove unused `gem.bin=` method; close #4271
Diffstat (limited to 'lib')
-rw-r--r--lib/mruby/gem.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/mruby/gem.rb b/lib/mruby/gem.rb
index b32b1eed2..33396803a 100644
--- a/lib/mruby/gem.rb
+++ b/lib/mruby/gem.rb
@@ -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