Class: Tabula::Ruling::HSegmentComparator

Inherits:
Object
  • Object
show all
Defined in:
lib/tabula/entities/ruling.rb

Instance Method Summary collapse

Instance Method Details

#compare(o1, o2) ⇒ Object



188
189
190
# File 'lib/tabula/entities/ruling.rb', line 188

def compare(o1, o2)
  o1.top <=> o2.top
end