Sha256: c06310b237dc6fc17f0bfcfaf1cbef04c566c6de8cb8cd3928fd9a23afaef2d7

Contents?: true

Size: 162 Bytes

Versions: 5

Compression:

Stored size: 162 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
  end
end

Version data entries

5 entries across 5 versions & 3 rubygems

Version Path
ehbrs-tools-0.28.1 vendor/eac_fs/lib/eac_fs/patches/object/fs_cache.rb
eac_fs-0.4.0 lib/eac_fs/patches/object/fs_cache.rb
avm-tools-0.107.0 vendor/eac_fs/lib/eac_fs/patches/object/fs_cache.rb
eac_fs-0.3.0 lib/eac_fs/patches/object/fs_cache.rb
ehbrs-tools-0.28.0 vendor/eac_fs/lib/eac_fs/patches/object/fs_cache.rb