Method: SuperPDF::Renderer::Row#initialize
- Defined in:
- lib/super_pdf/renderer/rows.rb
#initialize(cursor, pdf) ⇒ Row
Returns a new instance of Row.
27 28 29 30 |
# File 'lib/super_pdf/renderer/rows.rb', line 27 def initialize(cursor, pdf) @cursor = cursor @pdf = pdf end |