Method: FakeFS::Pathname#socket?

Defined in:
lib/fakefs/pathname.rb

#socket?Boolean

See FileTest.socket?.

Returns:

  • (Boolean)


840
841
842
# File 'lib/fakefs/pathname.rb', line 840

def socket?
  FileTest.socket?(@path)
end