Method: MessageStore::Postgres::Controls::Position.max
- Defined in:
- lib/message_store/postgres/controls/position.rb
.max ⇒ Object
9 10 11 |
# File 'lib/message_store/postgres/controls/position.rb', line 9 def self.max (2 ** 63) - 1 end |