Sha256: c1ba791b958e246540551177fc3f0a7ccefabb33bb650be540dd10cb565ba8bf

Contents?: true

Size: 193 Bytes

Versions: 3

Compression:

Stored size: 193 Bytes

Contents

# frozen_string_literal: true

class SiteMaps::Adapters::AwsSdk::Location < SiteMaps::Adapters::FileSystem::Location
  ROOT_RE = %r{^/}

  def remote_path
    make_relative(uri.path)
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
site_maps-0.0.1.beta3 lib/site_maps/adapters/aws_sdk/location.rb
site_maps-0.0.1.beta2 lib/site_maps/adapters/aws_sdk/location.rb
site_maps-0.0.1.beta1 lib/site_maps/adapters/aws_sdk/location.rb