module Pricecut module Elements class Img < Element def output! alt = node["alt"] src = node["src"] p "" end end end end