Method: PDF::Impose::Form.recto

Defined in:
lib/pdf/impose/form.rb

.recto(*rows) ⇒ Object



60
61
62
63
64
65
66
# File 'lib/pdf/impose/form.rb', line 60

def recto(*rows)
  if rows.any?
    @recto = _parse_configuration(rows)
  else
    @recto
  end
end