Object
Mount objects are returned by the Sys::Filesystem.mounts method.
Creates a Sys::Filesystem::Mount object. This is meant for internal use only. Do no instantiate directly.
# File lib/unix/sys/filesystem.rb, line 383 def initialize @name = nil @mount_point = nil @mount_type = nil @options = nil @mount_time = nil @dump_frequency = nil @pass_number = nil end
Generated with the Darkfish Rdoc Generator 2.