Sha256: 7b806717e754308449d204e2942abd9740be40ea231c652bc45b0d3fa9785524

Contents?: true

Size: 137 Bytes

Versions: 3

Compression:

Stored size: 137 Bytes

Contents

module Ahnnotate
  module VfsDriver
    class ReadOnlyFilesystem < Filesystem
      def []=(_path, _content)
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ahnnotate-0.4.0 lib/ahnnotate/vfs_driver/read_only_filesystem.rb
ahnnotate-0.3.0 lib/ahnnotate/vfs_driver/read_only_filesystem.rb
ahnnotate-0.2.0 lib/ahnnotate/vfs_driver/read_only_filesystem.rb