Class: Folio::BlockDevice

Inherits:
Device show all
Defined in:
lib/folio/device.rb

Overview

Block device

Constant Summary

Constants inherited from FileObject

FileObject::Separator

Instance Attribute Summary

Attributes inherited from FileObject

#path

Instance Method Summary collapse

Methods inherited from Device

#initialize

Methods inherited from FileObject

#<=>, #==, [], #atime, #basename, #chardev?, #chmod, #chown, #cp, #ctime, #directory?, #dirname, #document?, #exist?, #extname, #fnmatch, #grpowned?, #identical?, #inspect, #install, #link, #link_force, #mtime, #owned?, #parent, #pipe?, #readable?, #readable_real?, #relative, #rename, #restat, #setgid?, #setuid?, #size, #size?, #socket?, #split, #stat, #sticky?, #symlink, #symlink_force, #to_s, #touch, #unlink, #unlink_force, #utime, #writable?, #writable_real?, #zero?

Constructor Details

This class inherits a constructor from Folio::Device

Instance Method Details

#blockdev?Boolean

Returns:

  • (Boolean)


24
# File 'lib/folio/device.rb', line 24

def blockdev? ; true ; end