Sha256: f0d8e45a94a6effdabc75d69b97a1e6f1b44b30d1613ef3efa86f35690ffd435
Contents?: true
Size: 157 Bytes
Versions: 2
Compression:
Stored size: 157 Bytes
Contents
module Pricecut module Elements class H6 < Element def output! p "###### "; yield_children; p " ######"; eol end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pricecut-0.0.3 | lib/pricecut/elements/h6.rb |
pricecut-0.0.2 | lib/pricecut/elements/h6.rb |