summaryrefslogtreecommitdiff
path: root/lib/rubygems/basic_specification.rb
diff options
context:
space:
mode:
-rw-r--r--lib/rubygems/basic_specification.rb8
1 files changed, 6 insertions, 2 deletions
@@ -323,11 +323,15 @@ class Gem::BasicSpecification
raise NotImplementedError
end
- def this; self; end
private
- def have_extensions?; !extensions.empty?; end
def have_file?(file, suffixes)
return true if raw_require_paths.any? do |path|