Method: Themis::Scomparator#finalize
- Defined in:
- lib/rbthemis.rb
permalink #finalize ⇒ Object
[View source]
979 980 981 982 983 984 |
# File 'lib/rbthemis.rb', line 979 def finalize res = secure_comparator_destroy(@comparator) if res != SUCCESS raise ThemisError, 'Secure Comparator failed destroying' end end |