Method: Sndfile::File#close
- Defined in:
- lib/sndfile/file.rb
#close ⇒ Object
Closes the File instance.
May raise Sndfile::Error for various error conditions
75 76 77 |
# File 'lib/sndfile/file.rb', line 75 def close check_error sf_close(@sfpointer) end |