Method: Zip::ZipFileSystem::ZipFsFile::ZipFsStat#kind_of?

Defined in:
lib/zip/zipfilesystem.rb

#kind_of?(t) ⇒ Boolean

Returns:

  • (Boolean)


82
83
84
# File 'lib/zip/zipfilesystem.rb', line 82

def kind_of?(t)
  super || t == ::File::Stat 
end