Object
Stat objects are returned by the Sys::Filesystem.stat method.
Filesystem does not support suid or sgid semantics.
Filesystem does not truncate file names longer than name_max.
Read-only filesystem
Creates a new Sys::Filesystem::Stat object. This is meant for internal use only. Do not instantiate directly.
# File lib/unix/sys/filesystem.rb, line 309 def initialize @path = nil @block_size = nil @fragment_size = nil @blocks = nil @blocks_free = nil @blocks_available = nil @files = nil @files_free = nil @files_available = nil @filesystem_id = nil @flags = nil @name_max = nil @base_type = nil end
Generated with the Darkfish Rdoc Generator 2.