class Prawn::Table::Cell

def y=(val)


Set the y-position of the cell within the parent bounds.
def y=(val)
  @point[1] = val
end