Method: Pdf::Components::Spacer#render

Defined in:
lib/pdf/components/spacer.rb

#render(amount: 20, **_options) ⇒ Object



6
7
8
# File 'lib/pdf/components/spacer.rb', line 6

def render(amount: 20, **_options)
  move_down amount
end