class PDF::Reader::Rectangle

def width

def width
  bottom_right.x - bottom_left.x
end