Method: Palapala::Helper.footer
- Defined in:
- lib/palapala/helper.rb
.footer(left: "", center: "", right: "", margin: "1cm", font_family: "Arial") ⇒ Object
13 14 15 |
# File 'lib/palapala/helper.rb', line 13 def self.(left: "", center: "", right: "", margin: "1cm", font_family: "Arial") self.header(left:, center:, right:, margin:, font_family:) end |