class Bundler::EndpointSpecification

def load_paths

needed for inline
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