module Pricecut module Elements class H1 < Element def output! p "# "; yield_children; p " #"; eol end end end end