module Pricecut module Elements class P < Element def output! yield_children; eol end end class Div < P; end end end