Method: FakeFS::Pathname#blockdev?

Defined in:
lib/fakefs/pathname.rb

#blockdev?Boolean

See FileTest.blockdev?.

Returns:

  • (Boolean)


795
796
797
# File 'lib/fakefs/pathname.rb', line 795

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