This method is only available on newer versions.
The first available version (v2_6_3) is shown here.
load_paths()
public
needed for inline
# File lib/bundler/endpoint_specification.rb, line 42
def load_paths
# remote specs aren't installed, and can't have load_paths
if _local_specification
_local_specification.load_paths
else
super
end
end