summaryrefslogtreecommitdiff
path: root/lib/rubygems/defaults.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-03-10 12:39:05 +0900
committergit <svn-admin@ruby-lang.org>2024-02-20 05:33:14 +0000
commit94dd4dc3b2da1828b71bdf716918d2b789486651 (patch)
tree9d482a9e846555be8e592bc180b43dbeffa8024b /lib/rubygems/defaults.rb
parent83148f83420a66ceaacb1f24bfcdc51516f5e0d7 (diff)
[rubygems/rubygems] Gem.install_extension_in_lib is now under the Gem.configuration
https://github.com/rubygems/rubygems/commit/c394375b28
Diffstat (limited to 'lib/rubygems/defaults.rb')
-rw-r--r--lib/rubygems/defaults.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/rubygems/defaults.rb b/lib/rubygems/defaults.rb
index ca161a4d95..b18180a8a4 100644
--- a/lib/rubygems/defaults.rb
+++ b/lib/rubygems/defaults.rb
@@ -248,13 +248,6 @@ module Gem
end
##
- # Install extensions into lib as well as into the extension directory.
-
- def self.install_extension_in_lib # :nodoc:
- true
- end
-
- ##
# Directory where vendor gems are installed.
def self.vendor_dir # :nodoc: