Method: IO#close

Defined in:
lib/openc3/core_ext/io.rb

#closeObject

Patch the close method so that it won’t raise any exceptions



133
134
135
136
# File 'lib/openc3/core_ext/io.rb', line 133

def close
  __close__
rescue
end