Method: Mongo::ClusterTime#>
- Defined in:
- lib/mongo/cluster_time.rb
#>(other) ⇒ Object
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.
72 73 74 |
# File 'lib/mongo/cluster_time.rb', line 72 def >(other) (self <=> other) == 1 end |