Class: RFuse::Filler

Inherits:
FFI::Libfuse::Adapter::Ruby::ReaddirFiller
  • Object
show all
Defined in:
lib/rfuse/rfuse.rb

Overview

Filler object

See Also:

  • readdir

Instance Method Summary collapse

Instance Method Details

#push(name, stat, offset = 0) ⇒ Object



10
11
12
# File 'lib/rfuse/rfuse.rb', line 10

def push(name, stat, offset = 0)
  fill(name, stat: stat, offset: offset)
end