lib/prawn/table/cell/span_dummy.rb in prawn-0.14.0 vs lib/prawn/table/cell/span_dummy.rb in prawn-0.15.0
- old
+ new
@@ -10,9 +10,10 @@
class Cell
# A Cell object used to represent all but the topmost cell in a span
# group.
#
+ # @private
class SpanDummy < Cell
def initialize(pdf, master_cell)
super(pdf, [0, pdf.cursor])
@master_cell = master_cell
@padding = [0, 0, 0, 0]