Method: Mongo::Session#committing_transaction?
- Defined in:
- lib/mongo/session.rb
#committing_transaction? ⇒ true | false
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Returns Whether the session is currently committing a transaction.
820 821 822 |
# File 'lib/mongo/session.rb', line 820 def committing_transaction? !!@committing_transaction end |