Class: Folio::CharacterDevice
- Inherits:
-
Device
- Object
- FileObject
- Device
- Folio::CharacterDevice
- Defined in:
- lib/folio/device.rb
Overview
Character device
Constant Summary
Constants inherited from FileObject
Instance Attribute Summary
Attributes inherited from FileObject
Instance Method Summary collapse
Methods inherited from Device
Methods inherited from FileObject
#<=>, #==, [], #atime, #basename, #blockdev?, #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
#chardev? ⇒ Boolean
17 |
# File 'lib/folio/device.rb', line 17 def chardev? ; true ; end |