Sha256: f79428fd8c82e10d538d08f50e089ed8682a956046036182c6713ae5d85b5d0d

Contents?: true

Size: 108 Bytes

Versions: 3

Compression:

Stored size: 108 Bytes

Contents

module ContentCaching
  class Wrapper < Struct.new(:path)
    def to_path
      self.path
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
content_caching-0.2.0 lib/content_caching/wrapper.rb
content_caching-0.1.1 lib/content_caching/wrapper.rb
content_caching-0.1.0 lib/content_caching/wrapper.rb