module Pricecut module Elements class Text < Element def output! p node.text.strip end end end end