class Bookify::Node::H4
Public Instance Methods
render()
click to toggle source
# File lib/bookify/node/h4.rb, line 5 def render move_down 10 unless pdf.y == page_top break_if_close_to_bottom font :h4 do text decode_html(node.inner_html.strip) end move_down 5 end