# File lib/bundler/endpoint_specification.rb, line 22 def require_paths if @remote_specification @remote_specification.require_paths elsif _local_specification _local_specification.require_paths else super end end