Method: Mongo::Session#snapshot?
- Defined in:
- lib/mongo/session.rb
#snapshot? ⇒ true | false
Returns Whether the session is configured for snapshot reads.
124 125 126 |
# File 'lib/mongo/session.rb', line 124 def snapshot? !![:snapshot] end |