Sha256: 9c91526f41bbd94f24c0d3cfcd795369e8303deb242f5095267082cbc3a06ba4
Contents?: true
Size: 205 Bytes
Versions: 54
Compression:
Stored size: 205 Bytes
Contents
require 'RedCloth' module Locomotive module Steam class TextileService def to_html(text) return '' if text.blank? ::RedCloth.new(text).to_html end end end end
Version data entries
54 entries across 54 versions & 1 rubygems