Method: Zip::ZipFileSystem::ZipFsFile#dir=

Defined in:
lib/zip/zipfilesystem.rb

#dir=(value) ⇒ Object (writeonly)

Sets the attribute dir

Parameters:

  • value

    the value to set the attribute dir to.



24
25
26
# File 'lib/zip/zipfilesystem.rb', line 24

def dir=(value)
  @dir = value
end