Method: FakeFS::Pathname#blockdev?

Defined in:
lib/fakefs/pathname.rb

#blockdev?Boolean

See FileTest.blockdev?.

Returns:

  • (Boolean)


789
790
791
# File 'lib/fakefs/pathname.rb', line 789

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