Class: Folio::Socket
- Inherits:
-
FileObject
- Object
- FileObject
- Folio::Socket
- Defined in:
- lib/folio/socket.rb
Constant Summary
Constants inherited from FileObject
Instance Attribute Summary
Attributes inherited from FileObject
Instance Method Summary collapse
-
#initialize(path) ⇒ Socket
constructor
A new instance of Socket.
Methods inherited from FileObject
#<=>, #==, [], #atime, #basename, #blockdev?, #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
#initialize(path) ⇒ Socket
Returns a new instance of Socket.
7 8 9 |
# File 'lib/folio/socket.rb', line 7 def initialize(path) raise 'Sockets not yet supported.' end |