Sha256: 4230df1fb904c3fc3ce52f4c1ced12092a0c8e42cadc50a9540c638cd2e54576
Contents?: true
Size: 190 Bytes
Versions: 2
Compression:
Stored size: 190 Bytes
Contents
module Pricecut module Elements class A < Element def output! text = node.text href = node["href"] p "[#{ text }](#{ href })" end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pricecut-0.0.3 | lib/pricecut/elements/a.rb |
pricecut-0.0.2 | lib/pricecut/elements/a.rb |