Method: FakeFS::Pathname#socket?

Defined in:
lib/fakefs/pathname.rb

#socket?Boolean

See FileTest.socket?.

Returns:

  • (Boolean)


834
835
836
# File 'lib/fakefs/pathname.rb', line 834

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