Method: MemFs::IO#close_on_exec=

Defined in:
lib/memfs/io.rb

#close_on_exec=(value) ⇒ Object (writeonly)

Sets the attribute close_on_exec

Parameters:

  • value

    the value to set the attribute close_on_exec to.



62
63
64
# File 'lib/memfs/io.rb', line 62

def close_on_exec=(value)
  @close_on_exec = value
end