Method: Bookify::Node::Hr#render

Defined in:
lib/bookify/node/hr.rb

#renderObject



3
4
5
6
# File 'lib/bookify/node/hr.rb', line 3

def render
  stroke { horizontal_rule }
  move_down 10
end