summaryrefslogtreecommitdiff
path: root/lib/rubygems.rb
diff options
context:
space:
mode:
-rw-r--r--lib/rubygems.rb6
1 files changed, 3 insertions, 3 deletions
@@ -210,7 +210,7 @@ module Gem
end
end
- return true
end
def self.needs
@@ -488,7 +488,7 @@ An Array (#{env.inspect}) was passed in from #{caller[3]}
# the spec dirs directly, so we prune.
files.uniq! if check_load_path
- return files
end
def self.find_files_from_load_path(glob) # :nodoc:
@@ -523,7 +523,7 @@ An Array (#{env.inspect}) was passed in from #{caller[3]}
# the spec dirs directly, so we prune.
files.uniq! if check_load_path
- return files
end
##