class Prawn::Markup::Elements::Cell
Attributes
header[R]
width[R]
Public Class Methods
new(header: false, width: 'auto')
click to toggle source
Calls superclass method
# File lib/prawn/markup/elements/cell.rb, line 9 def initialize(header: false, width: 'auto') super() @header = header @width = width end