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