class PDF::Reader::EventPoint

looking for duplicates
Utility class used to avoid modifying the underlying TextRun objects while we’re

def initialize(x, run)

def initialize(x, run)
  @x = x
  @run = run
end

def start?

def start?
  @x == @run.x
end