class Prawn::Table::Cell

def x=(val)


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