Method: FakeFS::File#read_nonblock

Defined in:
lib/fakefs/file.rb

#read_nonblockObject

Raises:

  • (NotImplementedError)


537
538
539
# File 'lib/fakefs/file.rb', line 537

def read_nonblock
  raise NotImplementedError
end