Method: Qreport::Connection#close
- Defined in:
- lib/qreport/connection.rb
#close ⇒ Object
76 77 78 79 80 81 |
# File 'lib/qreport/connection.rb', line 76 def close raise Error, "close during transaction" if in_transaction? _close ensure @invalid = false end |