Sha256: ae16fce28ffd4c7049191ed4db7bc81ff0dadb1221c6dea465a39fcc1abe2521

Contents?: true

Size: 273 Bytes

Versions: 4

Compression:

Stored size: 273 Bytes

Contents

# frozen_string_literal: true

require 'eac_fs/patches/module/fs_cache'

class Object
  # @return [EacFs::Cache]
  def fs_cache
    self.class.fs_cache.child(fs_cache_object_id)
  end

  # @return [String]
  def fs_cache_object_id
    raise 'Abstract method hit'
  end
end

Version data entries

4 entries across 4 versions & 3 rubygems

Version Path
avm-tools-0.109.0 vendor/eac_fs/lib/eac_fs/patches/object/fs_cache.rb
ehbrs-tools-0.28.2 vendor/eac_fs/lib/eac_fs/patches/object/fs_cache.rb
eac_fs-0.5.0 lib/eac_fs/patches/object/fs_cache.rb
avm-tools-0.108.0 vendor/eac_fs/lib/eac_fs/patches/object/fs_cache.rb