class HexaPDF::Layout::BoxFitter

def <<(frame)

Add the given frame to the list of frames.
def <<(frame)
  @frames << frame
  @initial_frame_y << frame.y
  @content_heights << 0
end