class Bookify::Node::Hr

Public Instance Methods

render() click to toggle source
# File lib/bookify/node/hr.rb, line 5
def render
  stroke { horizontal_rule }
  move_down 10
end