Method: Mongo::Session#txn_options
- Defined in:
- lib/mongo/session.rb
#txn_options ⇒ Hash
on this session.
156 157 158 |
# File 'lib/mongo/session.rb', line 156 def @txn_options or raise ArgumentError, "There is no active transaction" end |